Last active
August 3, 2018 19:15
-
-
Save jonpugh/47b183fa85d202ba2a419d5158f1a8ae to your computer and use it in GitHub Desktop.
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
# Adapted from http://kb.pulsesecure.net/articles/Pulse_Secure_Article/KB40126 and http://adam-perkins.com/post/pulse-secure-ubuntu-1704 | |
# Not yet tested. | |
apt install \ | |
libc6-i386 \ | |
lib32z1 \ | |
lib32stdc++6 \ | |
libwebkitgtk-1.0-0:i386 | |
libc6-i386 \ | |
webkit2gtk-driver \ | |
libproxy1v5 \ | |
libproxy1-plugin-gsettings \ | |
libproxy1-plugin-webkit \ | |
libdconf1 \ | |
dconf-gsettings-backend \ | |
libatk-adaptor:i386 \ | |
libgail-common:i386 | |
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib32 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment