Alpine recyclarr lxc scripts

This commit is contained in:
Jake Waffle 2024-05-22 18:06:08 -06:00
parent d468fc6c1f
commit 0fef6c3b31
4 changed files with 154 additions and 3 deletions

View file

@ -194,6 +194,6 @@ EOF
systemctl restart $(basename $(dirname $GETTY_OVERRIDE) | sed 's/\.d//')
msg_ok "Customized Container"
fi
echo "bash -c \"\$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/${app}.sh)\"" >/usr/bin/update
echo "bash -c \"\$(wget -qLO - https://github.com/jawaff/Proxmox/raw/main/ct/${app}.sh)\"" >/usr/bin/update
chmod +x /usr/bin/update
}