Skip to content

Commit 087e073

Browse files
authored
Update Install.sh
1 parent b5722d7 commit 087e073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ arch-chroot /mnt pacman -S --noconfirm --needed networkmanager curl
2727
arch-chroot /mnt systemctl enable NetworkManager.service
2828
arch-chroot /mnt pacman -S --noconfirm dhcpcd
2929
arch-chroot /mnt useradd -m -G wheel,storage,optical -s /bin/bash windowsagent
30-
cat <<EOT > /mnt/home/windowsagent/user.sh
30+
cat <<EOT > /mnt/home/windowsagent/temp.sh
3131
pacman -S --noconfirm pacman-contrib
3232
echo -en "2006\n2006" | passwd windowsagent
3333
echo -en "2006\n2006" | passwd root

0 commit comments

Comments
 (0)