plasma-mobile-arch/plasma-mobile-autologin/plasma-mobile-autologin.install

4 lines
133 B
Text
Raw Normal View History

2024-08-09 15:36:42 +02:00
post_install() {
sed -i "s/username/$(getent passwd 1000 | cut -d: -f1)/g" /usr/share/lightdm/lightdm.conf.d/60-plasma-al.conf
}