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 d251d4a commit 7893a93Copy full SHA for 7893a93
contrib/OpenFunscripter/openfunscripter_setup_linux.sh
@@ -36,6 +36,8 @@ if [ -d $OFS_APP_DIR ]; then
36
echo ">> OpenFunscripter Source already downloaded (Updating...)"
37
pushd $OFS_APP_DIR
38
git pull
39
+ git reset --hard HEAD
40
+ git clean -fd
41
git checkout master
42
43
git submodule update --init
0 commit comments