Skip to content

Commit 3d2669d

Browse files
author
arch
committed
improve linux install
1 parent 90ce76a commit 3d2669d

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
@@ -38,6 +38,7 @@ if [ -d $OFS_APP_DIR ]; then
3838
git pull
3939
git reset --hard HEAD
4040
git clean -fd
41+
git remote prune origin
4142
git checkout master
4243
git pull
4344
git submodule update --init
@@ -90,6 +91,7 @@ echo "Update MTFG"
9091
git reset --hard HEAD
9192
git clean -fd
9293
git pull --all
94+
git remote prune origin
9395
git checkout main
9496
git pull
9597

0 commit comments

Comments
 (0)