Update util-desktop.sh

This commit is contained in:
Chrysostomus 2017-03-13 18:01:03 +08:00 committed by GitHub
parent c47038c32d
commit f8480ae7a2

View File

@ -209,6 +209,6 @@ set_sddm_ck() {
-e "s|^.*RebootCommand=.*|RebootCommand=${reboot}|" \
-e "s|^.*MinimumVT=.*|MinimumVT=7|" \
-i "/mnt/etc/sddm.conf"
arch_chroot "gpasswd -a sddm video &> /dev/null" 2>$ERR
arch_chroot "gpasswd -a sddm video" 2>$ERR
check_for_error "$FUNCNAME" $?
}