From 2bcb9fb12e8912b94c46ea642e3c3d785a2c3a89 Mon Sep 17 00:00:00 2001 From: Anthony Debucquoy Date: Wed, 12 Apr 2023 11:02:41 +0200 Subject: [PATCH] Clean tonitch better --- update.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/update.sh b/update.sh index b4ad95b..f821349 100755 --- a/update.sh +++ b/update.sh @@ -3,10 +3,9 @@ git fetch --all git reset --hard origin/master -rm -rf tonitch - mkdir -p tonitch export PKGDEST=$(pwd)/tonitch +rm -rf $PKGDEST/* packagelist=$(find . -maxdepth 1 -type d -printf '%P\n' | sed '/tonitch/d' | sed '/\./d')