fai-config/scripts/HW4F_DESKTOP_LAST/50-post-install

14 lines
240 B
Bash
Executable File

#!/bin/bash
#$ROOTCMD apt update -y
#$ROOTCMD apt upgrade -y
if [ "xSUPRESS_GNOME_INITIAL_SCREEN" = "x1" ] ; then
$ROOTCMD tee /home/demo/.config/gnome-initial-setup-done <<EOF
yes
EOF
$ROOTCMD chown -Rc demo:demo /home/demo
fi