Compare commits

...

3 Commits

Author SHA1 Message Date
CanbiZ
d5d0c66010 Update OS version from 13 to 12 in swizzin.json 2025-11-13 08:33:46 +01:00
CanbiZ
50f09a4009 Remove cleanup commands from swizzin-install.sh
Removed cleanup messages and commands from the installation script.
2025-11-13 08:33:24 +01:00
CanbiZ
44a44e9957 Change default var_version from 13 to 12 2025-11-13 08:33:10 +01:00
3 changed files with 3 additions and 8 deletions

View File

@@ -11,7 +11,7 @@ var_cpu="${var_cpu:-2}"
var_ram="${var_ram:-4096}"
var_disk="${var_disk:-20}"
var_os="${var_os:-debian}"
var_version="${var_version:-13}"
var_version="${var_version:-12}"
var_unprivileged="${var_unprivileged:-1}"
header_info "$APP"

View File

@@ -23,7 +23,7 @@
"ram": 4096,
"hdd": 20,
"os": "Debian",
"version": "13"
"version": "12"
}
}
],

View File

@@ -27,9 +27,4 @@ bash <(curl -sL s5n.sh)
motd_ssh
customize
msg_info "Cleaning up"
$STD apt -y autoremove
$STD apt -y autoclean
$STD apt -y clean
msg_ok "Cleaned"
cleanup_lxc