1
0
Fork 0
mirror of https://github.com/Findus23/la-tools.git synced 2024-08-27 19:52:15 +02:00
la-tools/adobe-flash.sh
2014-12-01 20:15:04 +01:00

12 lines
357 B
Bash
Executable file

#!/bin/bash
TEXTDOMAIN=la-tools
TEXTDOMAINDIR=./
name="Adobe Flash Player"
./apt-update.sh
./installed.sh flashplugin-nonfree $name && exit
if sudo apt-get install flashplugin-nonfree -y
then
zenity --info --title $"Success" --text $"$name successfully installed"
else
zenity --error --title $"Error" --text $"An error occurred while installing $name"
fi