Skip to content

Commit 206253b

Browse files
author
arch
committed
disable obsolete next branch
1 parent ea6a2cb commit 206253b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

contrib/OpenFunscripter/openfunscripter_setup_linux.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ if [ "$arg1" != "--latest" ]; then
7575
git checkout $(git describe --tags `git rev-list --tags --max-count=1`)
7676
else
7777
echo "Use latest git commit (only for developers!)"
78-
if git branch -a | grep -q "next" ; then
79-
echo "Switch to 'next' branch"
80-
git checkout next
81-
git pull
82-
fi
78+
# if git branch -a | grep -q "next" ; then
79+
# echo "Switch to 'next' branch"
80+
# git checkout next
81+
# git pull
82+
# fi
8383
fi
8484

8585
echo "build nix environment"

0 commit comments

Comments
 (0)