diff --git a/lib/util-desktop.sh b/lib/util-desktop.sh index ea7fea6..9f01b8d 100644 --- a/lib/util-desktop.sh +++ b/lib/util-desktop.sh @@ -180,7 +180,7 @@ install_manjaro_de_wm() { clear # remove already installed base pkgs and # basestrap the parsed package list to the new root - basestrap -i ${MOUNTPOINT} $(cat /tmp/.edition /usr/share/manjaro-architect/package-lists/input-drivers | grep -v -f /mnt/.base | sort | uniq) 2>$ERR + basestrap -i ${MOUNTPOINT} $(grep -v -f /tmp/.base /tmp/.edition | sort | uniq) 2>$ERR check_for_error "install pkgs: $(cat /tmp/.desktop)" "$?" # copy the profile overlay to the new root