mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-08 22:33:40 +00:00
7 lines
259 B
Bash
7 lines
259 B
Bash
if test "$(id -u)" -gt "0" && test -d "$HOME"; then
|
|
if test ! -e "$HOME"/.config/ublue/firstboot-done; then
|
|
mkdir -p "$HOME"/.config/autostart
|
|
cp -f /etc/skel.d/.config/autostart/ublue-firstboot.desktop "$HOME"/.config/autostart
|
|
fi
|
|
fi
|