Commit Graph

104 Commits

Author SHA1 Message Date
SoulSeekkor f403dcf10a
Updated to version 1.5.3. (#258) 2023-08-16 16:43:52 -05:00
SoulSeekkor 1e15f0a172
Updated to version 1.5.1. (#251) 2023-06-11 20:12:23 -05:00
jankoschneider 2b566da6d1
Update guac-install.sh (#244)
To install the new version 1.5.0.
Successfully tested under Ubuntu 20.04.5 LTS.
2023-03-04 15:09:17 -06:00
Chase Wright cf746004d4
Update guac-install.sh
Fix from #222 - Ignore warnings when compiling?
2022-05-09 09:01:56 -05:00
Chase Wright 4c45586378
Create guacd.conf before starting service 2022-01-20 15:53:12 -06:00
Eben van Deventer 325a14c455
Generate guacd.conf for 1.4.0 (#212)
* Create guacd.conf

Fixes #208 and #207 ?

Co-authored-by: Chase Wright <mysticryuujin@protonmail.com>
2022-01-20 15:51:07 -06:00
SoulSeekkor 7439869bfc
Updated to support guacamole 1.4.0 and updated the guac-install.server.sh script some. (#208) 2022-01-05 20:00:05 -06:00
Chase Wright b74ca7df5b
Update MCJVER 2021-10-22 08:44:05 -05:00
Chase Wright 9155efe897
chown /var/guacamole 2021-10-22 08:41:42 -05:00
Chase Wright e4ac60c3fa
Fix for systemd daemon rdp
Fixes #196
2021-08-31 19:06:26 -05:00
Chase Wright b79c450bbd
Support Debian 11 bullseye 2021-08-31 17:22:31 -05:00
Chase Wright 9a9402df00
Move to systemd
Fixes #194 - wasn't as hard as I thought it might be...hopefully nothing else breaks
2021-08-20 21:15:38 -05:00
Chase Wright b60850d1b2
Fix add-apt-repository for Linux Mint 2021-07-30 15:54:55 -05:00
MysticRyuujin 996ec35e17 add libc-bin - might fix #171 2021-03-09 12:11:16 -06:00
marius137 96e7675589
Workaround for Non-release versions of FreeRDP (#166)
* Workaround for Non-release versions of FreeRDP

took the workaround from the upgrade script and put it in the install script

* fixed syntax error
2021-01-19 16:25:08 -06:00
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
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 e2cc87dbe3
fix 22 to 8080 2020-06-23 17:54:35 -05:00
MysticRyuujin 1411f1b4de Add checks for ufw and iptables. Fixes #132 2020-05-07 09:38:39 -05:00
Chase Wright 2a8ffcc9d2
Remove mysql-utilities
Fixes #134 

Package is not required. Package currently unavailable on Ubuntu 20.04.
2020-05-05 07:42:30 -05:00
blinklet 5fb4d6baee
Fix mysql password error (#126)
* Set mysql password earlier

* Moved sql password export
out of IF statement
2020-04-08 08:40:49 -05:00
g0tmi1k 6b26c54b49
Bug fixes & more verbose (#123)
* Bug fixes & more verbose

* More error handling

* Better bash fu

* Fix GUACAMOLE-760

https://issues.apache.org/jira/browse/GUACAMOLE-760

```
Cause: java.sql.SQLException: The server time zone value 'xyz' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property).....
```

* Address a few formatting issues

* Make sure MySQL is up first & remove dead code

* Hide some errors
2020-03-18 08:12:01 -05:00
Chase Wright 722f99c5e5
Fix #113 - Fully automate command line (#117) 2020-03-05 07:56:11 -06:00
Chase Wright 4ce4410dec
Improve stability (#116)
I don't have time to test all of this lol but it appears to be in order...and much appreciated.
2020-03-04 13:24:53 -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 638ab0483c
nit spacing 2020-02-23 13:27:15 -06:00
Chase Wright 87a119e372
Switch to command -v for mysql executable check
* Switch to `command -v` for mysql executable check

* Add the same check to Debian
2020-02-23 13:25:48 -06:00
Jasper Michalke 3b295a33ba
Added fallback for mysql-client when using MariaDB (#110)
* Fized mysql-client installation error with existing MariaDB server

* Fized permissions

* Changed command availability detection
2020-02-23 11:57:27 -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
Chase Wright 7a059134da
WIP - Fixes for 19.10 & MFA (#105)
* WIP - Fixes for 19.10 & MFA

* Fix logic on installDuo informational output

* Fix for buster

Add suggested fix from @enira / #91

* Fixes for 19.10
2020-02-17 12:06:47 -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
Deokho Jeong c2be2966a5 Support 'Not Install TOTP' Selection (#93) 2019-10-28 11:08:49 -05:00
sbelongie ead6a75a52 Add Support for Raspbian (#84) 2019-10-26 12:10:08 -05:00
2W Consultoria 092aeb3567 Update guac-install.sh (#86)
Prevent a interactive front end to ask if the services are restarted automatically.
2019-07-02 09:27:59 -05:00
2W Consultoria 0d4576bb6c Update guac-install.sh (#85)
Missing space before "]"
2019-07-02 09:27:47 -05:00
Jasper Michalke cd866f807c Fixed /etc/guacamole/guacamole.properties (#83)
When running guac-install.sh several times, /etc/guacamole/guacamole.properties wit contain the credentials several times. For that the file will be removed and re-created afterwards.
2019-06-09 13:17:01 -05:00
Chase D. Wright 1a13bad832 Add TOTP 2019-05-18 13:53:48 -05:00
Chase Wright efbd54e536
Support DB Name and DB User Name
Also doesn't try to install MySQL if it's already installed

Closes #80
2019-04-04 12:06:13 -05:00
Chase D. Wright 93ea6b2db1 Add log location for failures, warn about dependency and make taking a while 2019-01-23 17:01:36 -06:00
Chase D. Wright 48f6351318 Add log location for failures, warn about dependency and make taking a while 2019-01-23 16:57:57 -06:00
Chase D. Wright 660764723a Remove GCC7 Hack 2019-01-23 16:15:59 -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
d3nisko 7c5c863c70 Update guac-install.sh (#49)
This if statement is redundant. It will never work because of previous if statement. As there is if/else the error code will always be 0, so this if will never return anything.
2018-09-23 07:39:31 -05:00
Chase Wright ca284a22ff
Patch 18.04 + Minor Fixes
My installation of 18.04 did not include the `universe` repo by default. This fixes that.
2018-09-13 13:47:37 -05:00
Chase Wright 764dcbd893
Patch 0.9.14 + Minor Fixes
Attempts to download and patch `typescript.c` via `cd0e48234a.patch`
2018-09-13 12:21:33 -05:00
Chase Wright 4ae4546d6d
Add root/sudo check
Add root/sudo check thanks to @bmullan
2018-09-01 09:33:32 -05:00
breakintheweb a43a3c8327 decrease verbosity and increase readability (#44)
This change has the following:
* Lowered verbosity for downloads (just progress bars)
* Colored output for each step of build 
* build process output is redirected to log
2018-08-29 08:18:29 -05:00
Chase Wright 169058d029
Account for gcc < 6 (#40)
* Account for gcc < 6
2018-03-12 17:15:26 -05:00