From 7daf2e8e8d37ac6551533209eb2bec3b5d528654 Mon Sep 17 00:00:00 2001 From: Laura Date: Sat, 21 Jun 2025 00:38:40 +0200 Subject: [PATCH] remove old download --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index c335774..3433871 100755 --- a/install.sh +++ b/install.sh @@ -29,6 +29,8 @@ if ! printf '%s\n' "$VERSION" | grep -Eq '^v[0-9]+\.[0-9]+\.[0-9]+$'; then exit 1 fi +rm -f /tmp/up + BIN="up_${VERSION}_${OS}_${ARCH}" URL="https://github.com/coalaura/up/releases/download/${VERSION}/${BIN}"