mirror of
https://git.koehlerweb.org/frodovdr/guac-install
synced 2024-11-23 01:37:13 +01:00
Reorder and Comment
This commit is contained in:
parent
3cc5ae61f7
commit
1a71abb191
@ -56,16 +56,14 @@ if [ $? != 0 ]; then
|
|||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Get build-folder
|
|
||||||
BUILD_FOLDER=$(dpkg-architecture -qDEB_BUILD_GNU_TYPE)
|
|
||||||
|
|
||||||
SERVER=$(curl -s 'https://www.apache.org/dyn/closer.cgi?as_json=1' | jq --raw-output '.preferred|rtrimstr("/")')
|
|
||||||
|
|
||||||
# Add GUACAMOLE_HOME to $TOMCAT ENV
|
# Add GUACAMOLE_HOME to $TOMCAT ENV
|
||||||
echo "" >> /etc/default/${TOMCAT}
|
echo "" >> /etc/default/${TOMCAT}
|
||||||
echo "# GUACAMOLE ENV VARIABLE" >> /etc/default/${TOMCAT}
|
echo "# GUACAMOLE ENV VARIABLE" >> /etc/default/${TOMCAT}
|
||||||
echo "GUACAMOLE_HOME=/etc/guacamole" >> /etc/default/${TOMCAT}
|
echo "GUACAMOLE_HOME=/etc/guacamole" >> /etc/default/${TOMCAT}
|
||||||
|
|
||||||
|
# Set SERVER to be the preferred download server from the Apache CDN
|
||||||
|
SERVER=$(curl -s 'https://www.apache.org/dyn/closer.cgi?as_json=1' | jq --raw-output '.preferred|rtrimstr("/")')
|
||||||
|
|
||||||
# Download Guacamole files
|
# Download Guacamole files
|
||||||
wget ${SERVER}/incubator/guacamole/${VERSION}-incubating/source/guacamole-server-${VERSION}-incubating.tar.gz
|
wget ${SERVER}/incubator/guacamole/${VERSION}-incubating/source/guacamole-server-${VERSION}-incubating.tar.gz
|
||||||
wget ${SERVER}/incubator/guacamole/${VERSION}-incubating/binary/guacamole-${VERSION}-incubating.war
|
wget ${SERVER}/incubator/guacamole/${VERSION}-incubating/binary/guacamole-${VERSION}-incubating.war
|
||||||
@ -90,6 +88,9 @@ ldconfig
|
|||||||
systemctl enable guacd
|
systemctl enable guacd
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
# Get build-folder
|
||||||
|
BUILD_FOLDER=$(dpkg-architecture -qDEB_BUILD_GNU_TYPE)
|
||||||
|
|
||||||
# Move files to correct locations
|
# Move files to correct locations
|
||||||
mv guacamole-${VERSION}-incubating.war /etc/guacamole/guacamole.war
|
mv guacamole-${VERSION}-incubating.war /etc/guacamole/guacamole.war
|
||||||
ln -s /etc/guacamole/guacamole.war /var/lib/${TOMCAT}/webapps/
|
ln -s /etc/guacamole/guacamole.war /var/lib/${TOMCAT}/webapps/
|
||||||
|
Loading…
Reference in New Issue
Block a user