From b34db8df5e2f111d768a241d6eae6d1166c29a64 Mon Sep 17 00:00:00 2001 From: Chrysostomus Date: Fri, 10 Feb 2017 07:54:37 +0800 Subject: [PATCH] Let user choose zsh --- manjaro-architect | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manjaro-architect b/manjaro-architect index c76ec56..d083f5b 100755 --- a/manjaro-architect +++ b/manjaro-architect @@ -2259,6 +2259,8 @@ install_manjaro_de_wm() { grep -v -f /tmp/.available_packages /tmp/.edition > /tmp/.notincluded grep -v -f /tmp/.notincluded /tmp/.edition > /tmp/.tmp mv /tmp/.tmp /tmp/.edition + # 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)