File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ $STD ./configure --with-init-dir=/etc/init.d --enable-allow-freerdp-snapshots
6060$STD make
6161$STD make install
6262$STD ldconfig
63- RELEASE_CLIENT=$( curl -fsSL https://api.github.com/repos/apache/guacamole-client/tags | jq -r ' .[0 ].name' )
63+ RELEASE_CLIENT=$( curl -fsSL https://api.github.com/repos/apache/guacamole-client/tags | jq -r ' .[].name' | grep -v -- ' -RC ' | head -n 1 )
6464curl -fsSL " https://downloads.apache.org/guacamole/${RELEASE_CLIENT} /binary/guacamole-${RELEASE_CLIENT} .war" -o " /opt/apache-guacamole/tomcat9/webapps/guacamole.war"
6565cd /root
6666curl -fsSL " https://dev.mysql.com/get/Downloads/Connector-J/mysql-connector-java-8.0.26.tar.gz" -o " /root/mysql-connector-java-8.0.26.tar.gz"
You can’t perform that action at this time.
0 commit comments