7 lines
173 B
Bash
Executable file
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
|
|
|