kopia lustrzana https://github.com/km4ack/pi-build
add version to splash screen
rodzic
a26806e07b
commit
4f2819772b
6
update
6
update
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue