This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| set -e | |
| die() { echo >&2 "!! $*"; exit 1; } | |
| # FIXME Purge old files and use this one | |
| # File this script will modify, in addition to (potentially) the per-user sentinel file | |
| CONF_FILE="/etc/sddm.conf.d/zz-steamos-autologin.conf" |