We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01a80fa commit 3ba96abCopy full SHA for 3ba96ab
Install.sh
@@ -52,6 +52,10 @@ arch-chroot /mnt systemctl enable lightdm
52
curl https://raw.githubusercontent.com/windowsagent/Modified-Arch-install-script/master/post.sh > /mnt/home/windowsagent/runme.sh
53
chmod +x /mnt/home/windowsagent/runme.sh
54
55
+# Temporary? Fix for xfce not starting up
56
+xfconf-query -c xfwm4 -p /general/vblank_mode -s off
57
+# I honestly have no idea what is vblank_mode, I trust my life into stackoverflow
58
+
59
echo " "
60
echo -e "${GREEN}Arch Linux installed successfully" ' ! ' "${NC}"
61
0 commit comments