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 b5722d7 commit 087e073Copy full SHA for 087e073
Install.sh
@@ -27,7 +27,7 @@ arch-chroot /mnt pacman -S --noconfirm --needed networkmanager curl
27
arch-chroot /mnt systemctl enable NetworkManager.service
28
arch-chroot /mnt pacman -S --noconfirm dhcpcd
29
arch-chroot /mnt useradd -m -G wheel,storage,optical -s /bin/bash windowsagent
30
- cat <<EOT > /mnt/home/windowsagent/user.sh
+ cat <<EOT > /mnt/home/windowsagent/temp.sh
31
pacman -S --noconfirm pacman-contrib
32
echo -en "2006\n2006" | passwd windowsagent
33
echo -en "2006\n2006" | passwd root
0 commit comments