mirror of
https://gitlab.manjaro.org/applications/manjaro-architect
synced 2024-11-08 01:10:26 +00:00
Let user choose zsh
This commit is contained in:
parent
dd9726a613
commit
b34db8df5e
@ -2259,6 +2259,8 @@ install_manjaro_de_wm() {
|
|||||||
grep -v -f /tmp/.available_packages /tmp/.edition > /tmp/.notincluded
|
grep -v -f /tmp/.available_packages /tmp/.edition > /tmp/.notincluded
|
||||||
grep -v -f /tmp/.notincluded /tmp/.edition > /tmp/.tmp
|
grep -v -f /tmp/.notincluded /tmp/.edition > /tmp/.tmp
|
||||||
mv /tmp/.tmp /tmp/.edition
|
mv /tmp/.tmp /tmp/.edition
|
||||||
|
# remove zsh
|
||||||
|
sed -i '/^zsh$/d' /tmp/.edition
|
||||||
# basestrap the parsed package list to the new root
|
# 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/aif/package-lists/input-drivers | sort | uniq)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user