mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-19 12:56:01 +00:00
Update arr-update.sh
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user