fix: Remove unused BACKUP variable from install.sh

This commit is contained in:
Claude
2025-11-07 14:44:43 +00:00
parent 49da9ec86a
commit abdb399552

View File

@@ -4,7 +4,6 @@
set -e set -e
NAME="aios" NAME="aios"
BACKUP="${NAME}back"
TARBALL="aios-bootstrap.tar.gz" TARBALL="aios-bootstrap.tar.gz"
echo "=== aios installation ===" echo "=== aios installation ==="