You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
If -i is specified, the script tries to install the prerequisites listed below. It shall try to sudo in order to install the components and fall back to su -c in case of failure. If both methods fail, the script will exit.
At present, ehs and freerdp packages are downloaded from their source repositories (master branch) into $HOME/prereqs and installed locally, in the $HOME/local folder.
By default, the script will exit if run by root. You can get around this issue by specifying the -f option when invoking the script.
For unattended setup, installing all prereqs and deleting conflicting packages, run the script as root, specifying the following command:
setup-all.sh -f -i -d
If you have all prereqs installed, just run the script without any flags as long as you are NOT the root user. If you are sure you want to run the script as root use the -f flag.