1
0
mirror of https://git.koehlerweb.org/frodovdr/guac-install synced 2025-07-03 16:33:33 +02:00

add architecture check for freerdp (#12)

* add shebang-row

* use FreeRDP depending on current architecture

* add architecture check
This commit is contained in:
MysticEmpires
2017-08-02 12:27:53 +02:00
committed by Chase Wright
parent a153623ce8
commit 249da0ba33
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,5 @@
#!/bin/bash
# Version Numbers of Guacamole and MySQL Connection/J to download
VERSION="0.9.13"
MCJVERSION="5.1.43"