diff --git a/README.md b/README.md index 343a16b..26768ee 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH -**Shipped version:** 1.5.2~ynh1 +**Shipped version:** 1.5.4~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index a34ab55..e34f221 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH -**Version incluse :** 1.5.2~ynh1 +**Version incluse :** 1.5.4~ynh1 ## Captures d’écran diff --git a/scripts/_common.sh b/scripts/_common.sh index 3c2f95f..d22d17c 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -9,7 +9,7 @@ #================================================= function setup_sources { - guacamole_version="1.5.2" + guacamole_version="1.5.4" ynh_setup_source --source_id="server" --dest_dir="$install_dir/.guacd-src"