diff --git a/update.sh b/update.sh index 5202831..f874d81 100755 --- a/update.sh +++ b/update.sh @@ -1,6 +1,7 @@ #!/usr/bin/sh -git pull +git fetch --all +git reset --hard origin/master mkdir -p tonitch export PKGDEST=$(pwd)/tonitch