File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff 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 checkout master
40+ git pull
3941 git submodule update --init
4042 pushd $OFS_APP_DIR /lib/EASTL
4143 git submodule update --init
5557if [ " $arg1 " != " --latest" ]; then
5658 echo " Checkout latest OpenFunscripter release"
5759 git checkout $( git describe --tags ` git rev-list --tags --max-count=1` )
58- # git checkout 1.4.4
5960 git submodule update --init
6061 pushd $OFS_APP_DIR /lib/EASTL
6162 git submodule update --init
@@ -87,6 +88,8 @@ echo "Update MTFG"
8788git reset --hard HEAD
8889git clean -fd
8990git pull --all
91+ git checkout main
92+ git pull
9093
9194if [ " $arg1 " != " --latest" ]; then
9295 echo " Checkout latest MTFG release"
143146
144147
145148echo " Installation Completed"
149+
150+ if [ " $arg1 " = " --latest" ]; then
151+ echo " WARNING: you have install the latest application code"
152+ fi
You can’t perform that action at this time.
0 commit comments