feat: update install scripts

This commit is contained in:
Daniel Bauer
2026-08-08 16:48:37 +02:00
parent 11dfcbb47b
commit 954a667d9d
7 changed files with 15 additions and 5 deletions

View File

@@ -13,8 +13,8 @@ echo "Extracting..."
tar -xzf "/tmp/${TARBALL}" -C /tmp
echo "Installing to ${INSTALL_DIR}..."
sudo mv "/tmp/${BINARY_NAME}" "${INSTALL_DIR}/${BINARY_NAME}"
sudo chmod +x "${INSTALL_DIR}/${BINARY_NAME}"
mv "/tmp/${BINARY_NAME}" "${INSTALL_DIR}/${BINARY_NAME}"
chmod +x "${INSTALL_DIR}/${BINARY_NAME}"
echo "Cleaning up..."
rm -f "/tmp/${TARBALL}"