Skip to content

Commit

Permalink
Merge pull request ChrisTitusTech#265 from stojshic/main
Browse files Browse the repository at this point in the history
Change to the list of DE/WM's to be auto-populating
  • Loading branch information
ChrisTitusTech committed Jul 30, 2022
2 parents 7f4a0b2 + 9b9c2ee commit 4331141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ aurhelper () {
desktopenv () {
# Let the user choose Desktop Enviroment from predefined list
echo -ne "Please select your desired Desktop Enviroment:\n"
options=(gnome kde cinnamon xfce mate budgie lxde deepin openbox server)
options=( `for f in pkg-files/*.txt; do echo "$f" | sed -r "s/.+\/(.+)\..+/\1/;/pkgs/d"; done` )
select_option $? 4 "${options[@]}"
desktop_env=${options[$?]}
set_option DESKTOP_ENV $desktop_env
Expand Down

0 comments on commit 4331141

Please sign in to comment.