Skip to content

Commit 7893a93

Browse files
author
arch
committed
improve linux install
1 parent d251d4a commit 7893a93

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contrib/OpenFunscripter/openfunscripter_setup_linux.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ if [ -d $OFS_APP_DIR ]; then
3636
echo ">> OpenFunscripter Source already downloaded (Updating...)"
3737
pushd $OFS_APP_DIR
3838
git pull
39+
git reset --hard HEAD
40+
git clean -fd
3941
git checkout master
4042
git pull
4143
git submodule update --init

0 commit comments

Comments
 (0)