diff options
author | xengineering <mail2xengineering@protonmail.com> | 2019-12-11 14:46:00 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2019-12-11 14:46:00 +0100 |
commit | 50fd7d01036b0b78b89d50668f5561dbf14d4d27 (patch) | |
tree | 3872b2614085581512b100ba68b63b1bc462fe32 /bin/first_stage.sh | |
parent | eb038138a4e06ed5c7e4b51891c55037d8da95b6 (diff) | |
download | archinstall-50fd7d01036b0b78b89d50668f5561dbf14d4d27.tar archinstall-50fd7d01036b0b78b89d50668f5561dbf14d4d27.tar.zst archinstall-50fd7d01036b0b78b89d50668f5561dbf14d4d27.zip |
Fixed dhcp.
Diffstat (limited to 'bin/first_stage.sh')
-rw-r--r-- | bin/first_stage.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/first_stage.sh b/bin/first_stage.sh index 472a814..629c750 100644 --- a/bin/first_stage.sh +++ b/bin/first_stage.sh @@ -115,7 +115,7 @@ echo "" echo "Going to install basic packages ..." sleep $DELAY echo "" -pacstrap /mnt base linux linux-firmware +pacstrap /mnt base linux linux-firmware dhcpcd echo "" echo "Installed basic packages - OK" sleep $DELAY |