mirror of
https://github.com/itiligent/Easy-Guacamole-Installer.git
synced 2025-12-13 18:02:32 +00:00
renamed repo links
This commit is contained in:
parent
0390d37925
commit
34dbe43254
1 changed files with 11 additions and 11 deletions
12
1-setup.sh
12
1-setup.sh
|
|
@ -43,7 +43,7 @@ fi
|
|||
if [ "$(find . -maxdepth 1 \( -name 'guacamole-*' -o -name 'mysql-connector-j-*' \))" != "" ]; then
|
||||
# Script branding header
|
||||
echo
|
||||
echo -e "${GREYB}Itiligent Virtual Desktop Appliance Setup."
|
||||
echo -e "${GREYB}Itiligent VDI & Jump Server Appliance Setup."
|
||||
echo -e " ${LGREEN}Powered by Guacamole"
|
||||
echo
|
||||
echo
|
||||
|
|
@ -64,7 +64,7 @@ DB_BACKUP_DIR=$USER_HOME_DIR/mysqlbackups/
|
|||
TMP_DIR=$DOWNLOAD_DIR/tmp
|
||||
|
||||
# Github download branch
|
||||
GITHUB="https://raw.githubusercontent.com/itiligent/Guacamole-Setup/main/"
|
||||
GITHUB="https://raw.githubusercontent.com/itiligent/Guacamole-Install/main/"
|
||||
|
||||
#Version of Guacamole to install
|
||||
GUAC_VERSION="1.5.2"
|
||||
|
|
@ -173,7 +173,7 @@ RDP_PRINTER_LABEL="RDP Printer" # Custom RDP printer name
|
|||
|
||||
# Script branding header
|
||||
echo
|
||||
echo -e "${GREYB}Itiligent Virtual Desktop Appliance Setup."
|
||||
echo -e "${GREYB}Itiligent VDI & Jump Server Appliance Setup."
|
||||
echo -e " ${LGREEN}Powered by Guacamole"
|
||||
echo
|
||||
echo
|
||||
|
|
@ -212,7 +212,7 @@ clear
|
|||
|
||||
# Script branding header
|
||||
echo
|
||||
echo -e "${GREYB}Itiligent Virtual Desktop Appliance Setup."
|
||||
echo -e "${GREYB}Itiligent VDI & Jump Server Appliance Setup."
|
||||
echo -e " ${LGREEN}Powered by Guacamole"
|
||||
echo
|
||||
echo
|
||||
|
|
@ -290,7 +290,7 @@ clear
|
|||
|
||||
# Script branding header
|
||||
echo
|
||||
echo -e "${GREYB}Itiligent Virtual Desktop Appliance Setup."
|
||||
echo -e "${GREYB}Itiligent VDI & Jump Server Appliance Setup."
|
||||
echo -e " ${LGREEN}Powered by Guacamole"
|
||||
echo
|
||||
echo
|
||||
|
|
@ -533,7 +533,7 @@ fi
|
|||
# names shown here: https://guacamole.apache.org/doc/gug/installing-guacamole.html
|
||||
clear
|
||||
echo
|
||||
echo -e "${GREYB}Itiligent Virtual Desktop Appliance Setup."
|
||||
echo -e "${GREYB}Itiligent VDI & Jump Server Appliance Setup."
|
||||
echo -e " ${LGREEN}Powered by Guacamole"
|
||||
echo
|
||||
echo
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue