From 4f21892d1a443c7488c69311758d841929c30aa9 Mon Sep 17 00:00:00 2001 From: z4yx Date: Mon, 20 Apr 2020 09:21:48 +0800 Subject: [PATCH] delete old packages of termux --- termux.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/termux.sh b/termux.sh index 53bc001..a3828d2 100755 --- a/termux.sh +++ b/termux.sh @@ -8,11 +8,11 @@ WORKING_DIR="${TUNASYNC_WORKING_DIR}" ARCH_LIST="aarch64,arm,i686,x86_64" -"$apt_sync" --delete-dry-run "https://dl.bintray.com/termux/termux-packages-24" stable main $ARCH_LIST "${WORKING_DIR}/termux-packages-24" -"$apt_sync" --delete-dry-run "https://dl.bintray.com/xeffyr/unstable-packages" unstable main $ARCH_LIST "${WORKING_DIR}/unstable-packages" -"$apt_sync" --delete-dry-run "https://dl.bintray.com/xeffyr/x11-packages" x11 main $ARCH_LIST "${WORKING_DIR}/x11-packages" -"$apt_sync" --delete-dry-run "https://dl.bintray.com/grimler/science-packages-24" science stable $ARCH_LIST "${WORKING_DIR}/science-packages-24" -"$apt_sync" --delete-dry-run "https://dl.bintray.com/grimler/game-packages-24" games stable $ARCH_LIST "${WORKING_DIR}/game-packages-24" -"$apt_sync" --delete-dry-run "https://dl.bintray.com/grimler/termux-root-packages-24" root stable $ARCH_LIST "${WORKING_DIR}/termux-root-packages-24" +"$apt_sync" --delete "https://dl.bintray.com/termux/termux-packages-24" stable main $ARCH_LIST "${WORKING_DIR}/termux-packages-24" +"$apt_sync" --delete "https://dl.bintray.com/xeffyr/unstable-packages" unstable main $ARCH_LIST "${WORKING_DIR}/unstable-packages" +"$apt_sync" --delete "https://dl.bintray.com/xeffyr/x11-packages" x11 main $ARCH_LIST "${WORKING_DIR}/x11-packages" +"$apt_sync" --delete "https://dl.bintray.com/grimler/science-packages-24" science stable $ARCH_LIST "${WORKING_DIR}/science-packages-24" +"$apt_sync" --delete "https://dl.bintray.com/grimler/game-packages-24" games stable $ARCH_LIST "${WORKING_DIR}/game-packages-24" +"$apt_sync" --delete "https://dl.bintray.com/grimler/termux-root-packages-24" root stable $ARCH_LIST "${WORKING_DIR}/termux-root-packages-24" echo "finished"