Disable update check for 2025 release

This commit is contained in:
Storm Dragon
2025-11-23 20:07:31 -05:00
parent 623de671f2
commit b82c745945

View File

@@ -1154,7 +1154,7 @@ add_launcher() {
trap "exit 0" SIGINT
# Check for updates
update
#update
# If display isn't set assume we are launching from console and an X environment is running using display :0
if [[ -z "$DISPLAY" ]]; then
export DISPLAY=":0"