Skip to content

Instantly share code, notes, and snippets.

@jamal919
Created February 22, 2018 17:20
Show Gist options
  • Save jamal919/e6f59e5ee1e4fbea4d687bff1625b97e to your computer and use it in GitHub Desktop.
Save jamal919/e6f59e5ee1e4fbea4d687bff1625b97e to your computer and use it in GitHub Desktop.
Google Earth Installation Script for CentOS Linux
#!/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