This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
#Install Citrix Workspace App on Fedora 32 | |
#Download Client From https://www.citrix.com/en-au/downloads/workspace-app/linux/workspace-app-for-linux-latest.html | |
sudo dnf install -y ICAClientWeb-rhel-20.04.0.21-0.x86_64.rpm | |
sudo dnf install -y compat-openssl10.x86_64 | |
# Update libcrypto reference in desktop file | |
sudo sed -i '/Exec=/d' /usr/share/applications/wfica.desktop |