diff options
Diffstat (limited to 'archinstall.sh')
-rw-r--r-- | archinstall.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/archinstall.sh b/archinstall.sh index ddec69c..86c8680 100644 --- a/archinstall.sh +++ b/archinstall.sh @@ -94,3 +94,9 @@ timedatectl set-ntp true curl $FIRST_STAGE_LINK > /root/first_stage.sh bash /root/first_stage.sh + + +# Download and run second stage + +#curl $SECOND_STAGE_LINK > /mnt/root/second_stage.sh +#echo "bash /root/second_stage.sh" | arch-chroot /mnt |