From 034021522d5228a44fdb4f582d56043afbcc4cf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adolfo=20G=C3=B3mez=20Garc=C3=ADa?= Date: Mon, 15 Mar 2021 11:25:27 +0100 Subject: [PATCH] Fixed .tar.gz installer info --- client-py3/full/linux/installer.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client-py3/full/linux/installer.sh b/client-py3/full/linux/installer.sh index 9968d074..7df83c86 100644 --- a/client-py3/full/linux/installer.sh +++ b/client-py3/full/linux/installer.sh @@ -5,9 +5,9 @@ cp -r usr/share/applications /usr/share/applications -R update-desktop-database echo "Installation process done." -echo "Remembar that the following packages must be installed on system:" +echo "Remember that the following packages must be installed on system:" echo "* Python3 paramiko" -echo "* Python3 pyqt4" +echo "* Python3 PyQt5" echo "* Python3 requests" echo "Theese packages (as their names), are dependent on your platform, so you must locate and install them" -echo "Also, ensure that a /media folder exists on your machine, that will be redirected on RDP connections" \ No newline at end of file +echo "Also, ensure that a /media folder exists on your machine, that will be redirected on RDP connections"