Skip to content

Commit

Permalink
Update double_down-install.sh
Browse files Browse the repository at this point in the history
Install develop branch instead of main
  • Loading branch information
Coperbytes authored Aug 30, 2023
1 parent abdb559 commit 4b6014e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ubuntu_22.04/double_down-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if [ ! -e ${name}.done ]; then

mkdir -p $HOME/openmc/double-down
cd $HOME/openmc/double-down
git clone --single-branch --branch main --depth 1 https://github.com/pshriwise/double-down.git
git clone --single-branch --branch develop --depth 1 https://github.com/pshriwise/double-down.git
mkdir build
cd build
cmake ../double-down -DMOAB_DIR=$HOME/openmc/MOAB \
Expand Down

0 comments on commit 4b6014e

Please sign in to comment.