1
0
Fork 0
mirror of https://github.com/Findus23/la-tools.git synced 2024-08-27 19:52:15 +02:00
la-tools/google-earth.sh
2014-12-01 17:46:52 +01:00

22 lines
805 B
Bash
Executable file

#!/bin/bash
TEXTDOMAIN=la-tools
TEXTDOMAINDIR=./
name="Google Earth"
./installed.sh google-chrome $name && exit
sources=$(cat /etc/apt/sources.list.d/google-earth.list)
if [ "$sources" != "deb http://dl.google.com/linux/earth/deb/ stable main" ]
then
echo "deb http://dl.google.com/linux/earth/deb/ stable main" > temp
mv temp /etc/apt/sources.list.d/google-earth.list
wget -q https://dl-ssl.google.com/linux/linux_signing_key.pub -O- | sudo apt-key add -
rm temp
fi
sudo apt-get update
if sudo apt-get install google-earth-stable -y
then
zenity --info --title $"Success" --text $"$name successfully installed"
else
zenity --error --title $"Error" --text $"An error occurred while installing $name"
fi
# alternativ http://dl.google.com/dl/earth/client/current/google-earth-stable_current_i386.deb