Quick-Linux-Setup/.test/choose/Zen.sh

17 lines
268 B
Bash
Raw Normal View History

2024-09-30 18:32:42 -05:00
#!/bin/sh
(
echo "10"
echo "20"
echo "50"
echo "75"
echo "100"
) |
zenity --progress \
--title="Installing Web Browser" \
--text="Beginning installation..." \
--percentage=0
if [ "$?" = -1 ] ; then
zenity --error \
--text="Installation was canceled."
fi