Created
February 22, 2018 17:20
-
-
Save jamal919/e6f59e5ee1e4fbea4d687bff1625b97e to your computer and use it in GitHub Desktop.
Google Earth Installation Script for CentOS 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
#!/bin/sh | |
su | |
yum localinstall --nogpgcheck google-earth-stable_current_x86_64.rpm | |
yum install redhat-lsb.i686 | |
rpm -ivh --force google-earth-stable_current_x86_64.rpm | |
yum reinstall filesystem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment