1
0
mirror of https://github.com/MysticRyuujin/guac-install.git synced 2023-10-10 13:36:56 +02:00
Commit Graph

40 Commits

Author SHA1 Message Date
SoulSeekkor
4e1cbc86bb
Updated scripts for Guacamole version 1.3.0. (#162) 2021-01-03 09:16:32 -06:00
Curtis Carter
8da14b837b
Add Support For Linux Mint (#161)
* Add Support For Linux Mint

* Add Linux Mint Debian Edition Support

Added LMDE to Debian Name Checks
2020-12-26 23:41:33 -06:00
Chase Wright
40ae3174ea
Update README.md 2020-07-05 17:53:36 -05:00
SoulSeekkor
6254bbb017
Updated to version 1.2.0 and added missing libavformat-dev package. (#145) 2020-07-03 20:24:18 -05:00
Chase Wright
4981b75511
Update README.md 2020-05-07 10:00:17 -05:00
Chase Wright
8645897f64
Update README.md 2020-03-21 21:08:12 -05:00
Chase Wright
1c7b2e2be1
Update README.md 2020-03-21 20:51:41 -05:00
Chase Wright
722f99c5e5
Fix #113 - Fully automate command line (#117) 2020-03-05 07:56:11 -06:00
g0tmi1k
4be76a7777
Add Kali Linux Support (#115)
* Add Kali Linux support

* Restart MySQL service

Kali linux has it disabled by default

* Force the symlink
2020-03-04 07:42:01 -06:00
Chase Wright
a312feb0b1
Fix for Debian Buster (#107)
* Fix for Debian Buster

Validated Installation with Debian Buster 10.3.0

* Update README.md
2020-02-17 12:56:15 -08:00
SoulSeekkor
2c29ba8231
Add Optional MySQL Support (#99)
* Added missing package for guac-install-server.sh.

* Minor cleanup of Duo configuration settings.

* Prompt test.

* Working on adding prompts and replacing MySQL information with variables.

* Improved switch/variable management and checking, only prompt for values not already passed via command line switches.

* Removed variable that shouldn't be there.

* Updated switches.

* Updated readme to include new information and all switches.

* Updated readme again.

* -Updated variables and switches to match install script.
-Added check for MySQL host, prompt if necessary.

* Updated scripts to use given MySQL host/port when executing scripts.

* Fixed typo and removed line that always fails.

* More fixes.

* Added line back in.

* Added starting services message to upgrade script.
2020-02-09 18:40:11 -05:00
SoulSeekkor
dfc6f05d85
Support for Guacamole 1.1.0 Install/Upgrade + More (#97)
* Updated to handle Guacamole 1.1.0 and to include support for installed Duo.

* Fixed missing no color code.

* Added .gitattributes file and updated README.md.

* Fixed package to use FreeRDP2 variant.

* Prompt test.

* Another prompt test.

* Another prompt test.

* Another prompt test.

* Formatting.

* -For the install output Duo configuration values no matter what.
-Updated upgrade script to include missing packages.

* Added additional package to the upgrade script that may be required.

* Formatting and added missing websockets package.

* Added logic for upgrading the TOTP and Duo extensions.

* Update README.md

Changed README.md links back.
2020-02-05 15:24:52 -05:00
Chase Wright
17e5793676
Update README.md
Make note about TOTP cli options
2019-11-16 10:06:46 -06:00
Chase Wright
d6ba111f91
Note about Debian 10
It's been reported that Guacamole 1.0.0 and Debian 10 are not playing nice.
2019-11-16 10:01:48 -06:00
Oliver Webb
238d7c4149 Use git.io for download URL (#55) 2019-10-26 12:10:55 -05:00
Chase Wright
98ca5bbcc2
Update README.md 2019-01-25 09:16:22 -06:00
adam kaminski
21b84b1cb1 Updated script version from 0.9.14 to 1.0.0 (#60)
* Update guac-upgrade.sh

Adjusted version from 0.9.14 to 1.0.0

* Update guac-install.sh

Updated version from 0.9.14 to 1.0.0 and commented out patching that is specific to 0.9.14

* Update README.md

Adjusted version from 0.9.14 to 1.0.0

* Update guac-install-server.sh

Adjusted version from 0.9.14 to 1.0.0

* Update docker-install.sh

Adjusted the version from 0.9.14 to 1.0.0
2019-01-10 11:21:52 -06:00
Chase Wright
06e734b9c1
Update README.md 2018-11-16 08:08:16 -06:00
Chase Wright
e4d5594d36
Update README.md
No longer broken for 18.04
2018-09-25 08:24:52 -05:00
Chase Wright
cf620b0616
Update README.md 2018-09-01 09:39:06 -05:00
Chase Wright
1c22d77142
Update README.md 2018-09-01 09:37:48 -05:00
Chase Wright
068c61018c
Add link to HTTPS
Closes #43
2018-04-20 08:34:20 -05:00
Chase Wright
9a6da88418
Add Non-Interactive Option (#37)
Thanks to @bigredthelogger for providing the initial code

* Add Non-Interactive Option to Installer

* Update README for Non-Interactive Options

* Add Non-Interactive Option to Upgrade
2018-03-09 15:51:48 -06:00
Chase Wright
d07bfcb98b
0.9.14 Release (#23)
* Support Upgrade From Older Versions

First I've added a MySQL Root Password Prompt, it will verify that the user is entering the correct password and will not continue until the MySQL Root Password is entered correctly.

Second, I'm just getting the tomcat version number from /etc/ folder name...This seems to work well enough (instead of making the user edit the script manually)...Maybe someone can come up with a better solution?

Third, I'm using the Version.js file to get the currently installed versions number. This allows for supporting multiple version number upgrades (E.G going from 0.8.2 to 0.9.14). The script will now loop through all of the SQL Upgrade files, and apply any that are newer than the OLDVERSION...

I.E. Going from 0.9.9 to 0.9.13 should automatically install `upgrade-pre-0.9.10.sql` & `upgrade-pre-0.9.11.sql` & `upgrade-pre-0.9.13.sql`

* Remove GUACAMOLE_HOME

According to the documentation this is now a default search path, so this isn't required anymore

* Version Control for Ubuntu and Debian

This might need more work but it should install the proper packages for both Ubuntu and Debian and account for Tomcat 8.0.x and 8.5.x differences...

http://tomcat.apache.org/whichversion.html

7.x does not say end of life... but 8.0.x does. The distro maintainers have different versions of Tomcat8 so we can check for 8.5.x or newer options and install, otherwise go the safer route and install Tomcat7

* Remove rm and ln of tomcat/.guacamole

According to the documentation this is not required (it may not have been required to begin with?)

* No Longer Incubating!
2018-01-20 08:23:04 -06:00
Chase Wright
3cc5ae61f7 Note on Tomcat8 2017-10-21 20:55:39 -05:00
Chase Wright
95b8374745 Update README.md 2017-09-20 09:47:21 -05:00
Brandon
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
Chase Wright
948c43c9c3 Update README.md 2017-08-02 06:31:42 -05:00
Chase Wright
623c6c652f Update README.md 2017-07-31 17:28:56 -05:00
Chase Wright
2236cff626 Update README.md 2017-07-31 13:02:14 -05:00
Chase Wright
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
Chase Wright
2d2e94e646 CRLF Fixed
Don't need dos2unix anymore :)
2017-07-20 12:47:36 -05:00
Carl Hjerpe
9d13ffc8f8 Update instructions in readme 2017-07-20 19:14:06 +02:00
Tyron
f64b83540a version update 2017-04-05 12:35:53 -04:00
Chase Wright
d93f1ea7ec Update README.md 2017-03-12 13:43:21 -05:00
Chase Wright
4e0582180a Update README.md 2017-03-12 13:42:53 -05:00
Chase Wright
dbfed5a6c0 Update README.md 2017-03-12 13:41:20 -05:00
Chase Wright
8ee0b24834 Update README.md 2016-12-31 16:44:30 -06:00
Chase Wright
d3dd3223bc Update README.md 2016-08-14 13:31:26 -05:00
Chase Wright
87ce236e0e Initial commit 2016-08-14 13:05:46 -05:00