diff --git a/update b/update index f41003a..689ce6e 100755 --- a/update +++ b/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="Version $VERSION\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