We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a909589 commit 571b108Copy full SHA for 571b108
myapps/install/Sickrage/sickrage-installer.sh
@@ -23,6 +23,7 @@ case $mode in
23
(-i|"")
24
apt update
25
apt install git-core unrar-free openssl libssl-dev python -y
26
+ #You may need to install nodejs for some of the Search Providers
27
adduser --disabled-password --system --home /opt/ProgramData/Sickrage --gecos "Sickrage Service" --group Sickrage
28
echo '<--- Downloading latest SickRage --->'
29
cd /opt && git clone https://github.com/SickRage/SickRage.git
0 commit comments