File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8888 echo 100
8989 echo " # All Done!"
9090
91- ) | zenity --title " GUI Update & Upgrade Bash script.." --progress --auto-close --auto-kill --width=320 --height=150 --title=" GUI Update & Upgrade"
91+ ) | zenity --title " GUI Update & Upgrade Bash script.." --progress --auto-close --auto-kill --width=320 --height=150 --title=" GUI Update & Upgrade" --time-remaining
9292 bell_sound
9393
9494
@@ -117,9 +117,9 @@ zenity --question --text="Do you like to security check in your machine?" --widt
117117 then
118118
119119 echo " $pass " | sudo -S rkhunter --sk --propupd | zenity --progress --pulsate --text=" Security checking..." \
120- --width=320 --height=150 --title=" GUI UPDATE & Upgrade" --auto-close --auto-kill
120+ --width=320 --height=150 --title=" GUI UPDATE & Upgrade" --auto-close --auto-kill --time-remaining
121121 echo " $pass " | sudo -S rkhunter --sk -c | zenity --progress --pulsate --text=" Security checking..." \
122- --width=320 --height=150 --title=" GUI UPDATE & Upgrade" --auto-close --auto-kill
122+ --width=320 --height=150 --title=" GUI UPDATE & Upgrade" --auto-close --auto-kill --time-remaining
123123 touch temp
124124 echo -e " The rkhunter security risks.\n" >> temp
125125 now=$( date +%d%m%Y%r)
You can’t perform that action at this time.
0 commit comments