Compare commits

...

2 Commits

Author SHA1 Message Date
tteckster 851b8458e3
Update alpine-vaultwarden.sh
tweak
2023-03-24 08:07:49 -04:00
tteckster a8675fea6d
Update sonarr-install.sh
fix unattended install
2023-03-24 05:40:31 -04:00
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ function update_script() {
while true; do while true; do
CHOICE=$( CHOICE=$(
whiptail --title "SUPPORT" --menu "Select option" 11 58 2 \ whiptail --title "SUPPORT" --menu "Select option" 11 58 2 \
"1" "Update VaultWarden" \ "1" "Update Vaultwarden" \
"2" "Show Admin Token" 3>&2 2>&1 1>&3 "2" "Show Admin Token" 3>&2 2>&1 1>&3
) )
exit_status=$? exit_status=$?

View File

@ -25,7 +25,7 @@ msg_info "Installing Sonarr"
$STD apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 2009837CBFFD68F45BC180471F4F90DE2A9B4BF8 $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 buster-develop main" > /etc/apt/sources.list.d/sonarr.list'
$STD apt-get update $STD apt-get update
$STD apt-get -o Dpkg::Options::="--force-confold" install -y sonarr DEBIAN_FRONTEND=noninteractive apt-get -o Dpkg::Options::="--force-confold" install -qqy sonarr &>/dev/null
msg_ok "Installed Sonarr" msg_ok "Installed Sonarr"
motd_ssh motd_ssh