Skip to content

Commit

Permalink
Fix WindowMaker support
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Bacon committed Jun 2, 2020
1 parent d5bf058 commit c388e61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions desktop-installer
Original file line number Diff line number Diff line change
Expand Up @@ -1532,9 +1532,9 @@ xfce4_config()
wmaker_config()
{
enable_user_shutdown
install_packages x11-wm/windowmaker
install_packages x11-wm/windowmaker x11-wm/wmakerconf
startup_scripts WMAKER
xorg_config xdm
xorg_config light
install_packages math/galculator x11/xlockmore x11/xscreensaver
auto-automount-setup || true
}
Expand Down Expand Up @@ -2364,7 +2364,7 @@ while [ $valid_selection = 0 ]; do
desktop_selection=`auto-ask desktop-selection "\nSelection?" 'no-selection'`
if [ "$desktop_selection" = 'no-selection' ] || \
[ $desktop_selection -lt 1 ] || \
[ $desktop_selection -gt 11 ]; then
[ $desktop_selection -gt 12 ]; then
valid_selection=0
fi
done
Expand Down

0 comments on commit c388e61

Please sign in to comment.