Update arr-update.sh

pull/2785/head
Ryan Freeman 1 year ago committed by GitHub
parent d5f93f927d
commit 7c603249e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      misc/arr-update.sh

@ -22,7 +22,7 @@ apt-get -y upgrade &>/dev/null
msg_ok "Updated Dependencies" msg_ok "Updated Dependencies"
msg_info "Updating $app" msg_info "Updating $app"
wget -q "$dlbase" wget -q --content-disposition "$dlbase"
rm -rf "$installdir" rm -rf "$installdir"
tar -xzf ${app^}.*.tar.gz -C "/opt" tar -xzf ${app^}.*.tar.gz -C "/opt"
msg_ok "Updated $app" msg_ok "Updated $app"

Loading…
Cancel
Save