kevinlinux-desktop/kevinlinux-desktop.install

7 lines
97 B
Plaintext
Raw Permalink Normal View History

2024-03-01 23:32:55 -05:00
#!/bin/bash
post_install() {
# Enable systemd services
systemctl enable NetworkManager sddm
}