Created
October 14, 2019 06:36
-
-
Save alimd/1510c1fea685add923eec662e10f80c3 to your computer and use it in GitHub Desktop.
Install VMware Horizon Client to Rasbpery Pi 3, 3+, 4
This file contains 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/bash | |
# Install VMware Horizon Client to Rasbpery Pi 3, 3+, 4 | |
apt-get update | |
apt-get install libudev1 libxss1 | |
ln -s /lib/arm-linux-gnueabihf/libudev.so.1 /lib/arm-linux-gnueabihf/libudev.so.0 | |
wget http://dl.armtc.net/packages/vmwh_LATEST.tar.gz -O /tmp/vmwh_LATEST.tar.gz | |
tar xf /tmp/vmwh_LATEST.tar.gz -C /tmp/ | |
/tmp/install | |
systemctl enable vmware-USBArbitrator | |
systemctl start vmware-USBArbitrator | |
systemctl enable vmware-view-USBD | |
systemctl start vmware-view-USBD | |
apt-get autoremove --purge -y | |
apt-get clean | |
sync |
Hi, I've problems about.
Can you tell me distro details?
32 or 62bit? What DE? what distro?PCoIP works fine?
Thank you
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Its not work anymore with new versions because you need to build it manually
But you can still find old builds in https://dl.armtc.net/packages/