Compare commits

..

No commits in common. "026ad7bbec68d9f3f253ea1b100461a5182b3cb6" and "4fa50c91006058af184d2051a10017ca3b6488ee" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View File

@ -55,14 +55,12 @@ header_info
if [[ ! -f /etc/apt/sources.list.d/sonarr.list ]]; then msg_error "No ${APP} Installation Found!"; exit; fi
read -r -p "Are you updating Sonarr v4? <y/N> " prompt
if [[ "${prompt,,}" =~ ^(y|yes)$ ]]; then
msg_info "Updating $APP v4"
systemctl stop sonarr.service
wget -q -O SonarrV4.tar.gz 'https://services.sonarr.tv/v1/download/develop/latest?version=4&os=linux'
tar -xzf SonarrV4.tar.gz
cp -r Sonarr/* /usr/lib/sonarr/bin
rm -rf Sonarr SonarrV4.tar.gz
systemctl start sonarr.service
msg_ok "Updated $APP v4"
exit
fi
msg_info "Updating $APP LXC"

View File

@ -36,7 +36,7 @@ msg_info "Installing FFMPEG"
$STD apt-get install -y ffmpeg
msg_ok "Installed FFMPEG"
msg_info "Cloning Shinobi"
msg_info "Clonning Shinobi"
cd /opt
$STD git clone https://gitlab.com/Shinobi-Systems/Shinobi.git -b master Shinobi
cd Shinobi