mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-09-03 23:47:25 -04:00
Corrected artix-chroot command
This commit is contained in:
+1
-1
@@ -169,4 +169,4 @@ echo "$rootpassword" > /mnt/tempfiles/rootpassword
|
|||||||
# download and initiate part 2
|
# download and initiate part 2
|
||||||
curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/chrootInstall.sh -o /mnt/chrootInstall.sh
|
curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/chrootInstall.sh -o /mnt/chrootInstall.sh
|
||||||
chmod +x /mnt/chrootInstall.sh
|
chmod +x /mnt/chrootInstall.sh
|
||||||
artix-chroot /mnt ./chrootInstall.sh
|
artix-chroot /mnt /chrootInstall.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user