6 lines
154 B
Bash
Executable file
6 lines
154 B
Bash
Executable file
#!/bin/sh
|
|
sudo apt install greetd sway && \
|
|
sudo cp -r desktop/kiosk-setting/ /etc/ && \
|
|
sudo cp config.toml /etc/greetd/config.toml && \
|
|
sudo reboot
|
|
|