Added needed flag to installer for xf86-video-dummy-with-vt install in case it was installed earlier.
This commit is contained in:
parent
c7cdba6c94
commit
a3c1aa3bf7
@ -23,7 +23,7 @@ fi
|
|||||||
|
|
||||||
# replace xf86-video-dummy with xf86-video-dummy-with-vt
|
# replace xf86-video-dummy with xf86-video-dummy-with-vt
|
||||||
yay --noconfirm -Rdd xf86-video-dummy
|
yay --noconfirm -Rdd xf86-video-dummy
|
||||||
yay --noconfirm -Sy xf86-video-dummy-with-vt --mflags --skippgpcheck
|
yay --noconfirm -Sy --needed xf86-video-dummy-with-vt --mflags --skippgpcheck
|
||||||
|
|
||||||
# Configure nodm
|
# Configure nodm
|
||||||
sudo sed -i "s/{user}/$USER/g" /etc/nodm.conf
|
sudo sed -i "s/{user}/$USER/g" /etc/nodm.conf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user