Skip to content

Commit a2a528c

Browse files
Update apache-guacamole-install.sh (#4229)
1 parent 15ec09d commit a2a528c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/apache-guacamole-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ msg_ok "Setup Apache Tomcat"
5252

5353
msg_info "Setup Apache Guacamole"
5454
mkdir -p /etc/guacamole/{extensions,lib}
55-
RELEASE_SERVER=$(curl -fsSL https://api.github.com/repos/apache/guacamole-server/tags | jq -r '.[0].name')
55+
RELEASE_SERVER=$(curl -fsSL https://api.github.com/repos/apache/guacamole-server/tags | jq -r '.[].name' | grep -v -- '-RC' | head -n 1)
5656
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
5757
cd /opt/apache-guacamole/server
5858
$STD autoreconf -fi

0 commit comments

Comments
 (0)