start with empty pkgs desktop list

merge-requests/273/head
Bernhard Landauer 7 years ago
parent 92e0d7c0c8
commit ac4e9d3f86

@ -161,6 +161,7 @@ install_manjaro_de_wm() {
# Parse package list based on user input and remove parts that don't belong to pacman
pkgs_src=$(echo $PROFILES/*/$(cat /tmp/.desktop)/Packages-Desktop)
pkgs_target=/mnt/.desktop
echo "" > $pkgs_target
filter_packages
# remove already installed base pkgs and
# basestrap the parsed package list to the new root

Loading…
Cancel
Save