Compare commits

...

4 Commits

Author SHA1 Message Date
tteckster 54347d6ffd
Update lidarr.sh
default Debian 12
2023-06-30 08:30:05 -04:00
tteckster 41f44f4c28
Update nginxproxymanager-install.sh
tweak
2023-06-30 08:23:27 -04:00
tteckster 341405cf61
Update sonarr.sh
default Debian 12
2023-06-30 08:15:00 -04:00
tteckster de76bf329d
Update sonarr-install.sh
change repo
2023-06-30 08:08:16 -04:00
4 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@ var_disk="4"
var_cpu="2"
var_ram="1024"
var_os="debian"
var_version="11"
var_version="12"
variables
color
catch_errors

View File

@ -23,7 +23,7 @@ var_disk="4"
var_cpu="2"
var_ram="1024"
var_os="debian"
var_version="11"
var_version="12"
variables
color
catch_errors

View File

@ -52,7 +52,7 @@ $STD apt-get update
$STD apt-get -y install openresty
msg_ok "Installed Openresty"
msg_info "Installing Node.js (Patience)"
msg_info "Installing Node.js"
$STD bash <(curl -fsSL https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh)
. ~/.bashrc
$STD nvm install 16.20.1

View File

@ -23,7 +23,7 @@ msg_ok "Installed Dependencies"
msg_info "Installing Sonarr"
$STD apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 2009837CBFFD68F45BC180471F4F90DE2A9B4BF8
sh -c 'echo "deb https://apt.sonarr.tv/debian buster-develop main" > /etc/apt/sources.list.d/sonarr.list'
sh -c 'echo "deb https://apt.sonarr.tv/debian testing-main main" > /etc/apt/sources.list.d/sonarr.list'
$STD apt-get update
DEBIAN_FRONTEND=noninteractive apt-get -o Dpkg::Options::="--force-confold" install -qqy sonarr &>/dev/null
msg_ok "Installed Sonarr"