diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-10-31 21:53:01 +0100 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-10-31 21:53:01 +0100 |
commit | 9522cae2f65fb79c35176c192a18d4d0de9abbbc (patch) | |
tree | 6c710038852ab7440c37de5c656bdcdf0eae9693 | |
parent | 7f47fbc9dffd561e5ecb3a962ce88a5f8297ce3c (diff) |
install wpa_supplicant
-rwxr-xr-x | artixinstall | 2 | ||||
-rwxr-xr-x | cryptinstall | 2 | ||||
-rwxr-xr-x | mkartix | 2 | ||||
-rwxr-xr-x | mkcryptartix | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/artixinstall b/artixinstall index 5a404ea..344d031 100755 --- a/artixinstall +++ b/artixinstall @@ -70,5 +70,5 @@ umount -R /mnt echo -e "\n\e[1m\e[1;32mArtix has been successfully installed! It is now safe to reboot." echo -e "\e[1m\e[1;32mDon't forget to change the root password and hostname." -echo -e "\e[1m\e[1;32mSetting up networking is left to you, dhcpcd is installed." +echo -e "\e[1m\e[1;32mSetting up networking is left to you, dhcpcd and wpa_supplicant are installed." echo -en "\e[0m" diff --git a/cryptinstall b/cryptinstall index 83a21a2..30d67e3 100755 --- a/cryptinstall +++ b/cryptinstall @@ -87,7 +87,7 @@ cryptsetup -q close root_crypt echo -e "\n\e[1m\e[1;32mArtix has been successfully installed! It is now safe to reboot." echo -e "\e[1m\e[1;32mDon't forget to change the root password, disk passwords and hostname." -echo -e "\e[1m\e[1;32mSetting up networking is left to you, dhcpcd is installed." +echo -e "\e[1m\e[1;32mSetting up networking is left to you, dhcpcd and wpa_supplicant are installed." echo -e "\n\e[1m\e[1;32mRun the following commands to change the disk passwords:" echo -e "\e[1m\e[1;32m\t# cryptsetup --pbkdf pbkdf2 luksChangeKey ${PART_PREFIX}1" echo -e "\e[1m\e[1;32m\t# cryptsetup luksChangeKey ${PART_PREFIX}2" @@ -58,7 +58,7 @@ EOT sed -i 's/hostname="localhost"/hostname="artix"/' /etc/conf.d/hostname ## Networking essentials -pacman -S --noconfirm dhcpcd +pacman -S --noconfirm dhcpcd wpa_supplicant # Repositories ## Artix diff --git a/mkcryptartix b/mkcryptartix index e28e714..fcda9d6 100755 --- a/mkcryptartix +++ b/mkcryptartix @@ -102,7 +102,7 @@ EOT sed -i 's/hostname="localhost"/hostname="artix"/' /etc/conf.d/hostname ## Networking essentials -pacman -S --noconfirm dhcpcd +pacman -S --noconfirm dhcpcd wpa_supplicant # Repositories ## Artix |