updated Restart Prompt

This commit is contained in:
Roy 2023-07-23 22:32:19 -07:00 committed by GitHub
parent cddd5803de
commit a82c1056ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2458,16 +2458,12 @@ rm -rf ~/Downloads/NonSteamLaunchersInstallation
echo "100" echo "100"
echo "# Installation Complete - Steam will now restart. Your launchers will be in your library!...Food for thought...do Jedis use Force Compatability?" echo "# Installation Complete - Steam will now restart. Your launchers will be in your library!...Food for thought...do Jedis use Force Compatability?"
sleep 5
) | ) |
zenity --progress \ zenity --progress \
--title="Update Status" \ --title="Update Status" \
--text="Starting update...please wait..." --width=450 --height=350\ --text="Starting update...please wait..." --width=450 --height=350\
--percentage=0 --percentage=0 --auto-close --no-cancel
if [ "$?" = -1 ] ; then
zenity --error \
--text="Update canceled."
fi
wait wait