base desktop

This commit is contained in:
vieta 2025-12-27 15:18:10 +01:00
commit 4cf6e46a7b
13 changed files with 345 additions and 3 deletions

7
desktop/setup.sh Executable file
View file

@ -0,0 +1,7 @@
#!/bin/sh
sudo cp -r kiosk-setting /etc/ && \
sudo cp firefox.sh /usr/bin/firefox.sh && \
sudo apt install greetd sway && \
sudo cp config.toml /etc/greetd/config.toml && \
sudo reboot