diff --git a/update.sh b/update.sh index 5ede62ea..904d148d 100755 --- a/update.sh +++ b/update.sh @@ -77,7 +77,7 @@ function fuSELFUPDATE () { else echo "###### $myBLUE""Pulling updates from repository.""$myWHITE" git reset --hard - git pull origin --force + git pull --force fi if [ -z "$myTPOT_TYPE" ]; then echo