base desktop + preseed v02

This commit is contained in:
vieta 2025-12-28 16:18:12 +01:00
commit 5663982dac
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
#!/bin/sh
sudo apt install greetd sway && \
sudo cp -r desktop/kiosk-setting/ /etc/ && \
sudo cp config.toml /etc/greetd/config.toml && \
apt install greetd sway && \
cp -r desktop/kiosk-setting/ /etc/ && \
cp config.toml /etc/greetd/config.toml && \
systemctl enable greetd && \
./post_install.sh
sudo reboot