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 d71bf7b commit 0f2e49fCopy full SHA for 0f2e49f
ct/sabnzbd.sh
@@ -9,7 +9,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
9
APP="SABnzbd"
10
var_tags="downloader"
11
var_cpu="2"
12
-var_ram="2048"
+var_ram="4096"
13
var_disk="8"
14
var_os="debian"
15
var_version="12"
@@ -57,4 +57,4 @@ description
57
msg_ok "Completed Successfully!\n"
58
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
59
echo -e "${INFO}${YW} Access it using the following URL:${CL}"
60
-echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:7777${CL}"
+echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:7777${CL}"
0 commit comments