diff --git a/update.sh b/update.sh index 4b98c33..5202831 100755 --- a/update.sh +++ b/update.sh @@ -1,5 +1,7 @@ #!/usr/bin/sh +git pull + mkdir -p tonitch export PKGDEST=$(pwd)/tonitch @@ -8,7 +10,7 @@ packagelist=$(find . -maxdepth 1 -type d -printf '%P\n' | sed '/tonitch/d' | sed for d in $packagelist do cd $d - makepkg + makepkg -f done cd $PKGDEST