From 8bf20f8fe200dd4a57378096b34e7d9116a9b16b Mon Sep 17 00:00:00 2001 From: Augusto Gunsch Date: Fri, 13 Aug 2021 10:56:07 -0300 Subject: [PATCH] Add final recommendations --- install.sh | 3 +++ post-install.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index beff07b..1cbc945 100755 --- a/install.sh +++ b/install.sh @@ -378,6 +378,9 @@ main() { post_install umount -R /mnt + echo "ALSA must be configured manually. You can use 'alsamixer' to configure and then 'alsactl store' to save the changes." + echo "Most likely you just have to unmute the Main channel." + echo "Graphics drivers must also be installed manually. See Arch Wiki: Xorg#Driver_installation." echo -n "Ready to reboot. Press any key to continue..." read dummy reboot diff --git a/post-install.sh b/post-install.sh index ba2018e..3b18a18 100755 --- a/post-install.sh +++ b/post-install.sh @@ -465,7 +465,7 @@ install_dash() { } repos() { - echo "Detected distro $DISTRO Linux. Proceeding with enabling more repositories" + echo "Detected distro $DISTRO Linux. Proceeding with enabling more repositories." if [ "$DISTRO" = "artix" ]; then pacman_repo lib32 local ARCH_REPOS="$DEFAULT_INCLUDE-arch"