diff --git a/ct/alpine-recyclarr.sh b/ct/alpine-recyclarr.sh index f01dc2a8..58f4eac2 100644 --- a/ct/alpine-recyclarr.sh +++ b/ct/alpine-recyclarr.sh @@ -77,7 +77,6 @@ function update_script() { 1) apk update && apk upgrade curl -s -L "$var_recyclarr_url" | tar xJ --overwrite -C /usr/local/bin - exit ;; esac diff --git a/misc/build.func b/misc/build.func index f705be15..ef7cc1f1 100644 --- a/misc/build.func +++ b/misc/build.func @@ -563,7 +563,7 @@ build_container() { $PW " # This executes create_lxc.sh and creates the container and .conf file - bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit + bash -c "$(wget -qLO - https://raw.githubusercontent.com/jawaff/Proxmox/recyclarr/ct/create_lxc.sh)" || exit LXC_CONFIG=/etc/pve/lxc/${CTID}.conf if [ "$CT_TYPE" == "0" ]; then @@ -627,14 +627,14 @@ http://dl-cdn.alpinelinux.org/alpine/v3.19/community EOF' pct exec "$CTID" -- ash -c "apk add bash >/dev/null" fi - lxc-attach -n "$CTID" -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/install/$var_install.sh)" || exit + lxc-attach -n "$CTID" -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/jawaff/Proxmox/recyclarr/install/$var_install.sh)" || exit } # This function sets the description of the container. description() { IP=$(pct exec "$CTID" ip a s dev eth0 | awk '/inet / {print $2}' | cut -d/ -f1) - pct set "$CTID" -description "
+ pct set "$CTID" -description "
# ${APP} LXC