Skip to content

Commit c9c3a01

Browse files
committed
Add install CORSIKA step to admin/install_everything.sh
1 parent ff89d4e commit c9c3a01

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

admin/install_everything.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ set -o errexit
2020
# export ARCUBE_DIR=$PWD
2121
# export ARCUBE_CONTAINER_DIR=$ARCUBE_DIR/admin/containers
2222

23+
pushd run-corsika
24+
./install_corsika
25+
popd
26+
2327
pushd run-hadd
2428
./install_hadd.sh
2529
popd

0 commit comments

Comments
 (0)