Second Radarr Installation on Swizzin based systems
This is a modified version that should work correctly. Only tested once. For official version go to https://github.com/ComputerByte/radarr4k
Uses existing install as a base. you must sudo box install radarr
prior to running this script.
Run radarr4kinstall.sh as sudo
sudo su -
wget "https://raw.githubusercontent.com/Jorgepfm/radarr4k/main/radarr4kinstall.sh"
chmod +x ~/radarr4kinstall.sh
~/radarr4kinstall.sh
Sometimes Radarr1 won't start due to another Radarr existing, use the panel to stop Radarr and Radarr4k, enable Radarr and wait a second before starting Radarr4k or
sudo systemctl stop radarr && sudo systemctl stop radarr4k
sudo systemctl start radarr
sudo systemctl start radarr4k
The log file should be located at /root/log/swizzin.log
.
sudo su -
wget "https://raw.githubusercontent.com/Jorgepfm/radarr4k/main/radarr4kuninstall.sh"
chmod +x ~/radarr4kuninstall.sh
~/radarr4kuninstall.sh