Last active
April 5, 2018 11:12
-
-
Save GitHub30/520e0e1726ba6ae0fbc6877b5bea4117 to your computer and use it in GitHub Desktop.
Install Adobe Reader on Linux
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
set -xe \ | |
&& sudo apt install -y libxml2:i386 libstdc++6:i386 \ | |
&& wget 'ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/9.5.5/enu/AdbeRdr9.5.5-1_i386linux_enu.deb' \ | |
&& sudo gdebi --non-interactive AdbeRdr9.5.5-1_i386linux_enu.deb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment