Files
atap/ATAPAuditor/Helpers/ShellScripts/Ubuntu22.04_Debian12/1.8.8.sh
T
2026-05-11 09:15:08 +02:00

8 lines
190 B
Bash

#!/usr/bin/env bash
auto=$(gsettings get org.gnome.desktop.media-handling autorun-never 2>/dev/null)
# -n checks for gnome installed
[[ -n "$auto" && "$auto" != "true" ]] && exit 1
exit 0