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 6883a39 commit 817edd6Copy full SHA for 817edd6
ct/peanut.sh
@@ -6,7 +6,7 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV
6
# Source: https://github.com/Brandawg93/PeaNUT/
7
8
APP="PeaNUT"
9
-var_tags="${var_tags:-network;ups;}"
+var_tags="${var_tags:-network;ups}"
10
var_cpu="${var_cpu:-2}"
11
var_ram="${var_ram:-4096}"
12
var_disk="${var_disk:-7}"
@@ -35,7 +35,7 @@ function update_script() {
35
systemctl stop peanut
36
msg_info "Stopped Service"
37
38
- fetch_and_deploy_gh_release "peanut" "Brandawg93/PeaNUT" "tarball" "latest" "/opt/peanut"
+ CLEAN_INSTALL=1 fetch_and_deploy_gh_release "peanut" "Brandawg93/PeaNUT" "tarball" "latest" "/opt/peanut"
39
40
msg_info "Updating $APP"
41
cd /opt/peanut
0 commit comments