openuds/client-py3/full/linux/installer.sh

16 lines
585 B
Bash
Raw Normal View History

#!/bin/sh
cp -r usr/lib/UDSClient /usr/lib/UDSClient
cp -r usr/share/applications /usr/share/applications -R
update-desktop-database
echo "Installation process done."
2021-03-15 13:25:27 +03:00
echo "Remember that the following packages must be installed on system:"
echo "* Python3 paramiko"
2021-03-15 13:25:27 +03:00
echo "* Python3 PyQt5"
2022-03-15 15:38:50 +03:00
echo "* Python3 six"
echo "* Python3 requests"
2022-03-15 15:38:50 +03:00
echo "* Python3 cryptography"
echo "Theese packages (as their names), are dependent on your platform, so you must locate and install them"
2021-03-15 13:25:27 +03:00
echo "Also, ensure that a /media folder exists on your machine, that will be redirected on RDP connections"