Skip to content

Second Radarr Installation on Swizzin based systems

License

Notifications You must be signed in to change notification settings

Jorgepfm/radarr4k

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Radarr 4K Installer

For Swizzin installs

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.

Uninstaller:

sudo su -
wget "https://raw.githubusercontent.com/Jorgepfm/radarr4k/main/radarr4kuninstall.sh"
chmod +x ~/radarr4kuninstall.sh
~/radarr4kuninstall.sh

About

Second Radarr Installation on Swizzin based systems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%