add budgie

merge-requests/273/head
carlduff 8 years ago
parent 9aceadaa34
commit ec35c04484

5
aif

@ -1,6 +1,6 @@
# !/bin/bash # !/bin/bash
# #
# Architect Installation Framework (version 2.1.1 - 16-Mar-2016) # Architect Installation Framework (version 2.1.2 - 22-Mar-2016)
# #
# Written by Carl Duff for Architect Linux # Written by Carl Duff for Architect Linux
# #
@ -23,7 +23,7 @@ PACKAGES="/tmp/.pkgs" # Packages to install
BTRFS_OPTS="/tmp/.btrfs_opts" # BTRFS mount options BTRFS_OPTS="/tmp/.btrfs_opts" # BTRFS mount options
# Save retyping # Save retyping
VERSION="Architect Installation Framework 2.1.1" VERSION="Architect Installation Framework 2.1.2"
# Installation # Installation
DM_INST="" # Which DMs have been installed? DM_INST="" # Which DMs have been installed?
@ -2156,6 +2156,7 @@ install_de_wm() {
# DE/WM Menu # DE/WM Menu
dialog --backtitle "$VERSION - $SYSTEM ($ARCHI)" --title " $_InstDETitle " --checklist "$_InstDEBody $_UseSpaceBar" 0 0 12 \ dialog --backtitle "$VERSION - $SYSTEM ($ARCHI)" --title " $_InstDETitle " --checklist "$_InstDEBody $_UseSpaceBar" 0 0 12 \
"budgie-desktop" off \
"cinnamon" "-" off \ "cinnamon" "-" off \
"deepin" "-" off \ "deepin" "-" off \
"deepin-extra" "-" off \ "deepin-extra" "-" off \

Loading…
Cancel
Save