Compare commits

...

1 Commits

Author SHA1 Message Date
Storm Dragon
b82c745945 Disable update check for 2025 release 2025-11-23 20:07:31 -05:00

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"