1
0
mirror of https://git.koehlerweb.org/frodovdr/guac-install synced 2025-07-14 23:13:32 +02:00
Commit Graph

40 Commits

Author SHA1 Message Date
352f667053 Update guac-install.sh
My friend, I'm sorry I made a little confusion in the code.

Then to the constant "SERVER" returns the serves of preference:

My case (remembering that I'm located in Brazil = P):

backup
0 "http://www-eu.apache.org/dist/"
1 "http://www-us.apache.org/dist/"
cca2 "br"
http
0 "http://ftp.unicamp.br/pub/apache/"
1 "http://mirror.nbtelecom.com.br/apache/"
path_info ""
preferred "http://ftp.unicamp.br/pub/apache/"

Then the moment the script concatenates:
SERVER + incubator / guacamole ....................
the URL is not found.

ie, to work on the servers of Brazil simply delete an FTP directory
  staying:

SERVER + / guacamole

Then two apologies I owe you:
I'm sorry for the distraction in such a simple thing. sorry my english for not being so good O/
2017-12-01 14:28:09 -02:00
56f530942a Update guac-install.sh
correction! my bad
2017-12-01 12:21:58 -02:00
96b3f3dd9a Update guac-install.sh 2017-12-01 11:27:50 -02:00
8cd64fd3f0 Typo 2017-11-29 14:54:26 -06:00
0fd33f78fd Verify Passwords, Confirm File Downloads
In addition to closing #20 it also does a basic check to see if files are actually downloaded from the Apache mirror and exits if they fail...
2017-11-29 14:50:18 -06:00
5144fa9d49 Finishing Notes and Recommendation 2017-11-12 10:57:04 -06:00
8180039f58 New MCJVERSION 5.1.44 2017-11-11 10:04:42 -06:00
1a71abb191 Reorder and Comment 2017-11-11 10:03:42 -06:00
b5ba64a6c0 Remove Tomcat8 & Modify Dep Checks 2017-10-13 10:01:51 -05:00
1d64cce4b9 Fix libpng-dev for Ubuntu 16.10 2017-09-20 09:44:39 -05:00
4ff5a7b6a4 Update guac-install.sh (#18)
Grammar Fixes
2017-08-21 21:54:27 -05:00
ada86f1df9 Mostly Typo Fixes (#17)
* fixed typo

* fix typos; use mkdir -p

fix a couple of minor typos and some unnecessary caps; switch to mkdir -p (create parent directories) in Make Directories section to save one line and prevent errors if directories already exist

* switch from apt-get to apt; lose -qq for install

* fix typo
2017-08-21 21:46:45 -05:00
6f86913589 Added dpkg-dev to the apt list and re-ordered 2017-08-14 12:15:19 -05:00
7eb98dd683 {Variable}
I like my squiggles!
2017-08-03 06:36:14 -05:00
f6dc0c19da change the old architecture check (#16) 2017-08-03 06:32:47 -05:00
2161ea5ab6 silent install and cosmetic change (#15)
* add -qq for silent install

* add -qq for silent install

* newline after passwort question

* add newline after password question

also add  -qq -y on apt install

* Update guac-install.sh
2017-08-03 06:31:57 -05:00
8dc1cce78b Tomcat Variable (#13)
* Tomcat Variable

I don't know a good way to know which tomcat version is already running, and of course someone could theoretically run more than one...so the upgrade script is just a variable but the install script will check apt-cache and try to install tomcat8, then tomcat7, then tomcat6...

* Optional commented line

Added a commented out line in case someone wants to force an older/specific tomcat install
2017-08-02 06:24:36 -05:00
249da0ba33 add architecture check for freerdp (#12)
* add shebang-row

* use FreeRDP depending on current architecture

* add architecture check
2017-08-02 05:27:53 -05:00
6cb350b102 0.9.13 update (#10)
* Update guac-install-server.sh

* Update guac-upgrade.sh

* Update guac-install.sh

* Update docker-install.sh
2017-08-01 08:12:56 -05:00
8579fa2fa7 Fixed Missing Quote 2017-07-29 16:56:47 -05:00
ea91e025fd Debian support (#9)
* Debian Dependencies

* Debian Support

* Fixed Order to reflect guac manual

* Debian Support

Fixes Issue #8
2017-07-29 14:33:15 -05:00
fd169f2647 Fixed MCJVERSION variable
Oops
2017-07-24 15:26:06 -05:00
bf0c034108 Undoing libjpeg62-dev
I forgot that this was already a requirement and that I bypassed it with libjpeg-turbo8-dev
2017-07-21 19:12:35 -05:00
3ac4083c23 Added libjpeg62-dev
As per the new 0.9.13 libjpeg62-dev is recommended, so might as well add it now...
2017-07-21 19:10:26 -05:00
911a18ab0c Add files via upload 2017-07-21 17:49:40 -05:00
b4287f52a9 Fixed EOF 2017-07-21 17:40:27 -05:00
422752c135 Fixing CRLF 2017-07-20 12:46:08 -05:00
34c49cecce update to newest version
update to version 0.9.12
2017-04-05 12:13:10 -04:00
e151983a73 grab SERVER after package install
Update to grab SERVER value after jq package is installed from repo
2017-04-05 12:12:34 -04:00
c85c0a7784 Update Java Connector Version & Other Minor Fixes
Latest Java Connector is 5.1.41
Trimmed "/" from $SERVER
Put variables into ${} for clearer separation
2017-03-12 13:32:25 -05:00
433c5275ff Included apt-get update and build-essentials 2017-03-03 22:33:32 -06:00
02f6f18e9c Fixed localhost 2017-02-17 14:22:48 -06:00
0cb80f82ca Updated SQL code from localhost to % 2017-02-11 08:49:09 -06:00
6f87ddae07 Updated Version Information
I converted all instances of "0.9.10" to $VERSION and defined VERSION="0.9.11"
2017-02-03 21:08:18 -06:00
b0cbc4e5f0 Fixed Line Breaks
I split apt-get into multiple lines so it wasn't just one long line across the screen.
I also split the SQL database creation by converting it to a multi-line variable
Added more comments
2017-01-28 09:01:35 -06:00
d1933dbae0 Added a check to exit script if apt-get fails
If apt-get fails, likely due to missing dependencies or differing names outside of Ubuntu 16.04.01 LTS official sources, we should just exit and inform the user, no need to keep going...
2017-01-03 09:02:12 -06:00
b00d8826a0 Added wget & curl, just in case
Some users have reported that wget and curl are sometimes not installed (weird)
2017-01-02 11:05:13 -06:00
5cd3dfa52f Updated to support Guacamole 0.9.10
Latest versions as of December 31, 2016
2016-12-31 16:40:40 -06:00
b01e7fb84d Update guac-install.sh
Fixed the MySQL setup and updated to mysql-connector-java-5.1.39
2016-08-14 14:55:43 -05:00
bf6e38b377 First Version
First Version
2016-08-14 13:29:46 -05:00