File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ echo -en "2006\n2006" | passwd windowsagent
3333echo -en "2006\n2006" | passwd root
3434curl -s "https://archlinux.org/mirrorlist/?country=US&protocol=https&use_mirror_status=on" | sed -e 's/^#Server/Server/' -e '/^#/d' | rankmirrors -n 5 -
3535EOT
36- arch-chroot /mnt chmod +x /home/windowsagent/user .sh
37- arch-chroot /mnt ./home/windowsagent/user .sh
38- rm -rf /mnt/home/windowsagent/user .sh
36+ arch-chroot /mnt chmod +x /home/windowsagent/temp .sh
37+ arch-chroot /mnt ./home/windowsagent/temp .sh
38+ rm -rf /mnt/home/windowsagent/temp .sh
3939
4040mkdir /mnt/home/windowsagent
4141arch-chroot /mnt pacman -S --noconfirm --needed sudo git curl zip unzip wget
@@ -53,7 +53,7 @@ curl https://raw.githubusercontent.com/windowsagent/Modified-Arch-install-script
5353chmod +x /mnt/home/windowsagent/runme.sh
5454
5555# Temporary? Fix for xfce not starting up
56- xfconf-query -c xfwm4 -p /general/vblank_mode -s off
56+ arch-chroot /mnt xfconf-query -c xfwm4 -p /general/vblank_mode -s off
5757# I honestly have no idea what is vblank_mode, I trust my life into stackoverflow
5858
5959echo " "
You can’t perform that action at this time.
0 commit comments