Skip to content

Instantly share code, notes, and snippets.

@jonpugh
Last active August 3, 2018 19:15
Show Gist options
  • Save jonpugh/47b183fa85d202ba2a419d5158f1a8ae to your computer and use it in GitHub Desktop.
Save jonpugh/47b183fa85d202ba2a419d5158f1a8ae to your computer and use it in GitHub Desktop.
# 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