add version to splash screen

pull/115/head
KM4ACK 2020-07-09 07:58:11 -05:00
rodzic a26806e07b
commit 4f2819772b
1 zmienionych plików z 3 dodań i 3 usunięć

6
update
Wyświetl plik

@ -102,8 +102,8 @@ clear
#Scan system for updated applications
yad --width=550 --height=250 --text-align=center --center --title="Update" \
--image $LOGO --window-icon=$LOGO --image-on-top --separator="|" --item-separator="|" \
--text="\r\r\r\rFirst we need to scan the system to see what is installed, \
then check for updates on the web. This should take less than a minute Ready when you are." \
--text="<b>Version $VERSION</b>\r\r\r\rFirst we need to scan the system to see what is installed, \
then check for updates on the web. This should take less than a minute. Ready when you are." \
--button="Exit":1 \
--button="Start Scan":2
BUT=$?
@ -929,7 +929,7 @@ done < $UTILITY
#####################################
#Remove temp files
rm $BASE $ADDITIONAL $UTILITY $FLSUITE > /dev/null 2>&1
sudo apt -y autoremove
sudo apt -y autoremove > /dev/null 2>&1
#restore crontab
crontab $TEMPCRON