diff --git a/lib/util-desktop.sh b/lib/util-desktop.sh index 7d994ac..d9a65cd 100644 --- a/lib/util-desktop.sh +++ b/lib/util-desktop.sh @@ -171,7 +171,7 @@ install_manjaro_de_wm() { # remove zsh sed -i '/^zsh$/d' /tmp/.edition # basestrap the parsed package list to the new root - basestrap -i ${MOUNTPOINT} $(cat /tmp/.edition /usr/share/aif/package-lists/input-drivers | sort | uniq) + basestrap -i ${MOUNTPOINT} $(cat /tmp/.edition /usr/share/manjaro-architect/package-lists/input-drivers | sort | uniq) # copy the profile overlay to the new root echo "Copying overlay files to the new root" diff --git a/lib/util.sh b/lib/util.sh index 52ece3a..c1c759f 100644 --- a/lib/util.sh +++ b/lib/util.sh @@ -36,7 +36,7 @@ SUB_MENU="" # Submenu to be highlighted PARENT="" # the parent menu # Temporary files to store menu selections and errors -ANSWER="/tmp/.aif" # Basic menu selections +ANSWER="/tmp/.answer" # Basic menu selections PACKAGES="/tmp/.pkgs" # Packages to install MOUNT_OPTS="/tmp/.mnt_opts" # Filesystem Mount options INIT="/tmp/.init" # init systemd|openrc