Fixes for install scripts

This commit is contained in:
clsty
2025-10-19 06:59:33 +08:00
parent acde0218b3
commit 0e6779fafc
6 changed files with 8 additions and 14 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ Options for install:
}
cleancache(){
rm -rf "$base/cache"
rm -rf "${REPO_ROOT}/cache"
}
# `man getopt` to see more