File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 88
88
echo 100
89
89
echo " # All Done!"
90
90
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
92
92
bell_sound
93
93
94
94
@@ -117,9 +117,9 @@ zenity --question --text="Do you like to security check in your machine?" --widt
117
117
then
118
118
119
119
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
121
121
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
123
123
touch temp
124
124
echo -e " The rkhunter security risks.\n" >> temp
125
125
now=$( date +%d%m%Y%r)
You can’t perform that action at this time.
0 commit comments