1
0
mirror of https://github.com/coalaura/up.git synced 2025-07-17 21:44:35 +00:00

remove old download

This commit is contained in:
Laura
2025-06-21 00:38:40 +02:00
parent 69d25a313a
commit 7daf2e8e8d

View File

@ -29,6 +29,8 @@ if ! printf '%s\n' "$VERSION" | grep -Eq '^v[0-9]+\.[0-9]+\.[0-9]+$'; then
exit 1 exit 1
fi fi
rm -f /tmp/up
BIN="up_${VERSION}_${OS}_${ARCH}" BIN="up_${VERSION}_${OS}_${ARCH}"
URL="https://github.com/coalaura/up/releases/download/${VERSION}/${BIN}" URL="https://github.com/coalaura/up/releases/download/${VERSION}/${BIN}"