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

7 lines
173 B
Bash
Executable file

#!/bin/sh
apt install greetd sway && \
cp -r desktop/kiosk-setting/ /etc/ && \
cp config.toml /etc/greetd/config.toml && \
systemctl enable greetd && \
./post_install.sh