remove old tar extraction and use fetch_and_deploy_gh_tag

This commit is contained in:
CanbiZ (MickLesk)
2026-03-17 09:10:13 +01:00
parent ea2208e7f2
commit 88310a8a1b
2 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ function update_script() {
libavformat-dev
msg_info "Updating Guacamole Server (guacd)"
CLEAN_INSTALL=1 fetch_and_deploy_gh_tag "guacd" "apache/guacamole-server" "/opt/guacamole-server"
fetch_and_deploy_gh_tag "guacd" "apache/guacamole-server" "${CHECK_UPDATE_RELEASE}" "/opt/guacamole-server"
cd /opt/guacamole-server
export CPPFLAGS="-Wno-error=deprecated-declarations"
$STD autoreconf -fi