Skip to content

Commit

Permalink
add support for desktop environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Skythrew authored Jul 15, 2023
1 parent 9694a50 commit 09a445d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/post-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,15 @@ case $KERNEL in
echo "No kernel to install"
;;
esac

case $DESKTOP_ENV in
GNOME)
squirrel install gnome
;;
None)
echo "No desktop environment to install."
;;
*)
echo "No desktop environment to install."
;;
esac

0 comments on commit 09a445d

Please sign in to comment.