preseed/setup.sh
2025-12-28 16:40:15 +01:00

6 lines
219 B
Bash
Executable file

#!/usr/bin/env bash
apt install gdm3 greetd sway && \
cp -r desktop/kiosk-setting/ /etc/ && \
cp config.toml /etc/greetd/config.toml && \
systemctl enable gdm3 && \ # greetd if gdm3 is buggy
./profile/post_install.sh