Skip to content

Commit 4a04be2

Browse files
authored
Update Install.sh
1 parent 3ba96ab commit 4a04be2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Install.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ echo -en "2006\n2006" | passwd windowsagent
3333
echo -en "2006\n2006" | passwd root
3434
curl -s "https://archlinux.org/mirrorlist/?country=US&protocol=https&use_mirror_status=on" | sed -e 's/^#Server/Server/' -e '/^#/d' | rankmirrors -n 5 -
3535
EOT
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

4040
mkdir /mnt/home/windowsagent
4141
arch-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
5353
chmod +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

5959
echo " "

0 commit comments

Comments
 (0)