Add final recommendations

This commit is contained in:
Augusto Gunsch 2021-08-13 10:56:07 -03:00
parent 701633a6fa
commit 8bf20f8fe2
No known key found for this signature in database
GPG Key ID: F7EEFE29825C72DC
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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"