Update flux

This commit is contained in:
William Todt 2016-03-06 16:08:08 +04:00
parent 5b475e5f9d
commit e09a5fd8ab
1 changed files with 4 additions and 0 deletions

4
flux
View File

@ -94,6 +94,10 @@ function err_report {
#If the script exits unexpectedly #If the script exits unexpectedly
trap exitmode SIGINT SIGHUP trap exitmode SIGINT SIGHUP
function {
sudo chmod +x installer.sh
sudo ./installer
}
# KILL ALL # KILL ALL
function exitmode { function exitmode {