08-26-2014, 03:13 PM
Valtam, this will improve the install scripts a bit.
I've found this:
http://unix.stackexchange.com/questions/...ogress-bar
It can be applied like this in the scripts:
It still doesn't show the download progress and rates.
I've found this:
http://unix.stackexchange.com/questions/...ogress-bar
It can be applied like this in the scripts:
Code:
stdbuf -oL sudo apt-get install -y google-chrome-stable |
stdbuf -oL sed -n '/\.\.\.$/ s/^/# /p' |
zenity --progress --title="Installing Google Chrome" --pulsate \
--width=450 --auto-close
![[Image: mhBpr7Z.png]](http://i.imgur.com/mhBpr7Z.png)