diff options
| author | xengineering <mail2xengineering@protonmail.com> | 2019-10-09 18:58:57 +0200 |
|---|---|---|
| committer | xengineering <mail2xengineering@protonmail.com> | 2019-10-09 18:58:57 +0200 |
| commit | cb14b83482120ef0df43fbc14ea9cda09249a591 (patch) | |
| tree | d68a7f5609c08f95bd763fedd64be74fc2011fa5 | |
| parent | 9e659a1b617afa32c99d6d43458917268979ae43 (diff) | |
| download | archinstall-cb14b83482120ef0df43fbc14ea9cda09249a591.tar archinstall-cb14b83482120ef0df43fbc14ea9cda09249a591.tar.zst archinstall-cb14b83482120ef0df43fbc14ea9cda09249a591.zip | |
Default installation of dhcpcd package enabled.
| -rw-r--r-- | archinstall.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/archinstall.sh b/archinstall.sh index 6f20c3e..283cbe1 100644 --- a/archinstall.sh +++ b/archinstall.sh @@ -191,14 +191,14 @@ sleep $DELAY echo "" -# Install Base and Linux Packages +# Install basic Packages -echo "Going to install base and linux packages ..." +echo "Going to install basic packages ..." sleep $DELAY echo "" -pacstrap /mnt base linux +pacstrap /mnt base linux dhcpcd echo "" -echo "Installed base and linux packages - OK" +echo "Installed basic packages - OK" sleep $DELAY echo "" |
