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"