Add final recommendations
This commit is contained in:
parent
701633a6fa
commit
8bf20f8fe2
|
@ -378,6 +378,9 @@ main() {
|
||||||
post_install
|
post_install
|
||||||
|
|
||||||
umount -R /mnt
|
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..."
|
echo -n "Ready to reboot. Press any key to continue..."
|
||||||
read dummy
|
read dummy
|
||||||
reboot
|
reboot
|
||||||
|
|
|
@ -465,7 +465,7 @@ install_dash() {
|
||||||
}
|
}
|
||||||
|
|
||||||
repos() {
|
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
|
if [ "$DISTRO" = "artix" ]; then
|
||||||
pacman_repo lib32
|
pacman_repo lib32
|
||||||
local ARCH_REPOS="$DEFAULT_INCLUDE-arch"
|
local ARCH_REPOS="$DEFAULT_INCLUDE-arch"
|
||||||
|
|
Loading…
Reference in New Issue