diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-09-28 19:39:34 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-09-28 19:39:34 +0200 |
commit | 7c6a6057a0d03547cb69af0a913ac8e259c87151 (patch) | |
tree | add4bb8bb441a68ded8b84a9026a9cf29ee44bcf /artixinstall | |
parent | 45d02336bb634701b6dfb926ff749d4a44bd0914 (diff) |
Tell the user that dhcpcd is installed
Diffstat (limited to 'artixinstall')
-rwxr-xr-x | artixinstall | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/artixinstall b/artixinstall index 748f85f..5a404ea 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." +echo -e "\e[1m\e[1;32mSetting up networking is left to you, dhcpcd is installed." echo -en "\e[0m" |