We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea6a2cb commit 206253bCopy full SHA for 206253b
contrib/OpenFunscripter/openfunscripter_setup_linux.sh
@@ -75,11 +75,11 @@ if [ "$arg1" != "--latest" ]; then
75
git checkout $(git describe --tags `git rev-list --tags --max-count=1`)
76
else
77
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
+ # if git branch -a | grep -q "next" ; then
+ # echo "Switch to 'next' branch"
+ # git checkout next
+ # git pull
+ # fi
83
fi
84
85
echo "build nix environment"
0 commit comments