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

0
post_install.sh Normal file → Executable file
View file

View file

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