Skip to content

Commit

Permalink
Merge pull request #305 from viraniac/master
Browse files Browse the repository at this point in the history
Minor fixes
  • Loading branch information
numbqq authored Jul 18, 2024
2 parents 49cb2fe + 6c5b260 commit 40e537e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ ip6table_mangle
ip6table_filter
nf_reject_ipv6
ip6t_REJECT
xt_multiport
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if systemctl is-enabled resize2fs.service | grep "^enabled$" > /dev/null; then
exit
fi

if [ ! -d /usr/share/desktop-base ]; then
if ! systemctl is-active --quiet gdm ; then
## For server
## Get hdmi resolution
for x in $(cat /proc/cmdline); do
Expand Down
1 change: 1 addition & 0 deletions config/config
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ case $DISTRIB_TYPE in
PACKAGE_LIST_DESKTOP+=" desktop-base software-properties-gtk gnome-terminal gnome-shell-extensions gnome-tweaks gnome-screenshot"
([[ $DISTRIB_RELEASE == focal ]] || [[ $DISTRIB_RELEASE == jammy ]] || [[ $DISTRIB_RELEASE == noble ]]) && PACKAGE_LIST_DESKTOP+=" yaru-theme-gtk yaru-theme-icon yaru-theme-sound"
[[ $DISTRIBUTION == Ubuntu ]] && PACKAGE_LIST_DESKTOP+=" ubuntu-desktop update-manager"
[[ $DISTRIB_RELEASE == noble ]] && PACKAGE_LIST_DESKTOP+=" gnome-remote-desktop"
;;
esac

Expand Down

0 comments on commit 40e537e

Please sign in to comment.