Multiple Scripts 1 Container #1530
-
Normally if I'd want to run Radarr, Sonarr, Prowlarr I'd use bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/sonarr.sh)" bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/radarr.sh)" bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/prowlarr.sh)" If I want them all in 1 LXC instead, could I create the LXC Initially and then run these commands inside that sole LXC for the same results? https://github.com/tteck/Proxmox/blob/main/install/sonarr-install.sh https://github.com/tteck/Proxmox/blob/main/install/radarr-install.sh https://github.com/tteck/Proxmox/blob/main/install/prowlarr-install.sh |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Nope, it would result in multiple unbound variables. |
Beta Was this translation helpful? Give feedback.
Nope, it would result in multiple unbound variables.