base desktop + preseed v03

This commit is contained in:
vieta 2025-12-28 16:40:15 +01:00
commit 2ee43d2269
6 changed files with 5 additions and 6 deletions

View file

@ -1,7 +1,6 @@
#!/bin/sh
apt install greetd sway && \
#!/usr/bin/env bash
apt install gdm3 greetd sway && \
cp -r desktop/kiosk-setting/ /etc/ && \
cp config.toml /etc/greetd/config.toml && \
systemctl enable greetd && \
./post_install.sh
systemctl enable gdm3 && \ # greetd if gdm3 is buggy
./profile/post_install.sh