We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15ec09d commit a2a528cCopy full SHA for a2a528c
install/apache-guacamole-install.sh
@@ -52,7 +52,7 @@ msg_ok "Setup Apache Tomcat"
52
53
msg_info "Setup Apache Guacamole"
54
mkdir -p /etc/guacamole/{extensions,lib}
55
-RELEASE_SERVER=$(curl -fsSL https://api.github.com/repos/apache/guacamole-server/tags | jq -r '.[0].name')
+RELEASE_SERVER=$(curl -fsSL https://api.github.com/repos/apache/guacamole-server/tags | jq -r '.[].name' | grep -v -- '-RC' | head -n 1)
56
curl -fsSL "https://api.github.com/repos/apache/guacamole-server/tarball/refs/tags/${RELEASE_SERVER}" | tar -xz --strip-components=1 -C /opt/apache-guacamole/server
57
cd /opt/apache-guacamole/server
58
$STD autoreconf -fi
0 commit comments