Skip to content

Commit

Permalink
reflect the current state of falcon2
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Dec 7, 2024
1 parent 1fc56ad commit b4ca1c1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/scripts/mknemo.d/falcON2
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,18 @@

set [email protected]:WalterDehnen/falcon.git
set [email protected]:astroteuben/falcon2.git
set [email protected]:peter_teuben/falcon.git
set dir=falcon2
set branch=autoconf

cd $NEMO/local
if (! -e $dir) then
git clone $url
git clone $url $dir
cd $dir
else
cd $dir
git pull
endif
git checkout $branch

echo "Installation is still manual. See INSTALL.md"

0 comments on commit b4ca1c1

Please sign in to comment.