Skip to content

Commit 3560115

Browse files
authored
Update gui_update_1.sh
1 parent 3eac52b commit 3560115

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gui_update_1.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ else
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)

0 commit comments

Comments
 (0)