Skip to content

Commit c5a4049

Browse files
authored
Downgrade Swizzin to Debian 12 Bookworm (#9116)
1 parent 02f1e73 commit c5a4049

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

ct/swizzin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ var_cpu="${var_cpu:-2}"
1111
var_ram="${var_ram:-4096}"
1212
var_disk="${var_disk:-20}"
1313
var_os="${var_os:-debian}"
14-
var_version="${var_version:-13}"
14+
var_version="${var_version:-12}"
1515
var_unprivileged="${var_unprivileged:-1}"
1616

1717
header_info "$APP"

frontend/public/json/swizzin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"ram": 4096,
2424
"hdd": 20,
2525
"os": "Debian",
26-
"version": "13"
26+
"version": "12"
2727
}
2828
}
2929
],

install/swizzin-install.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,4 @@ bash <(curl -sL s5n.sh)
2727

2828
motd_ssh
2929
customize
30-
31-
msg_info "Cleaning up"
32-
$STD apt -y autoremove
33-
$STD apt -y autoclean
34-
$STD apt -y clean
35-
msg_ok "Cleaned"
30+
cleanup_lxc

0 commit comments

Comments
 (0)