Second Readarr Installation on Swizzin based systems
Source script by ComputerByte and modified for second Readarr install
Uses existing install as a base. you must sudo box install readarr prior to running this script.
Run install.sh as sudo
sudo su -
wget "https://raw.githubusercontent.com/craighton/readarrMP3/main/readarrMP3install.sh"
chmod +x ~/readarrMP3install.sh
~/readarrMP3install.shSometimes Readarr won't start due to another Readarr existing, use the panel to stop Readarr and ReadarrMP3, enable Readarr and wait a second before starting ReadarrMP3 or
sudo systemctl stop readarr && sudo systemctl stop readarrmp3
sudo systemctl start readarr
sudo systemctl start readarrmp3The log file should be located at /root/log/swizzin.log.
sudo su -
wget "https://raw.githubusercontent.com/craighton/readarrMP3/main/readarrMP3uninstall.sh"
chmod +x ~/readarrMP3uninstall.sh
~/readarrMP3uninstall.sh