We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02f1e73 commit c5a4049Copy full SHA for c5a4049
ct/swizzin.sh
@@ -11,7 +11,7 @@ var_cpu="${var_cpu:-2}"
11
var_ram="${var_ram:-4096}"
12
var_disk="${var_disk:-20}"
13
var_os="${var_os:-debian}"
14
-var_version="${var_version:-13}"
+var_version="${var_version:-12}"
15
var_unprivileged="${var_unprivileged:-1}"
16
17
header_info "$APP"
frontend/public/json/swizzin.json
@@ -23,7 +23,7 @@
23
"ram": 4096,
24
"hdd": 20,
25
"os": "Debian",
26
- "version": "13"
+ "version": "12"
27
}
28
29
],
install/swizzin-install.sh
@@ -27,9 +27,4 @@ bash <(curl -sL s5n.sh)
motd_ssh
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"
+cleanup_lxc
0 commit comments