refactor: update release_manjaro() and remove manjaro from handle_missing()

This commit is contained in:
Martin Wimpress 2024-04-28 03:15:03 +01:00 committed by Martin Wimpress
parent cd3f593a7a
commit 89111cd8de
1 changed files with 1 additions and 8 deletions

View File

@ -267,13 +267,6 @@ function handle_missing() {
fi fi
fi fi
# Handle missing Manjaro Sway minimal # Handle missing Manjaro Sway minimal
if [[ $OS == manjaro ]] ; then
if [[ ${RELEASE} == "sway" && ${EDITION} == "minimal" ]] ; then
echo "ERROR! Unsupported combination"
echo " Manjaro Sway does not have a minimal edition"
exit 1;
fi
fi
} }
function validate_release() { function validate_release() {
@ -889,7 +882,7 @@ function editions_manjaro(){
} }
function releases_manjaro() { function releases_manjaro() {
echo xfce gnome plasma budgie cinnamon i3 mate sway echo xfce gnome plasma cinnamon i3 sway
} }
function releases_mxlinux(){ function releases_mxlinux(){