Skip to content

Commit

Permalink
upd(unity): ubuntu-unity-desktop -> unity (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
X4X5 authored May 30, 2022
1 parent 7fbb650 commit 9957216
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rhino-deinst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SELECTED=($( dialog --backtitle "Press 'space' to toggle an option, use arrow ke
"9" "LXQT" OFF \
"10" "Budgie" OFF \
"11" "i3" OFF \
"12" "Unity (Ubuntu)" OFF \
"12" "Unity" OFF \
"13" "Sway" OFF \
"14" "AwesomeWM" OFF \
"15" "bspwm" OFF \
Expand Down Expand Up @@ -80,9 +80,9 @@ for i in "${SELECTED[@]}"; do
login_manager="lightdm"
;;
12)
desktop+=("ubuntu-unity-desktop")
desktop+=("unity")
login_manager="lightdm"
extra_packages="dbus-x11 yaru-theme-unity unity-tweak-tool"
extra_packages="dbus-x11 yaru-theme-unity unity-tweak-tool unity-lens-applications unity-lens-files unity-scopes-runner libzeitgeist-1.0-1 unity-accessibility-profiles vlc pluma mate-system-monitor atril"
;;
13)
desktop+=("sway")
Expand Down

0 comments on commit 9957216

Please sign in to comment.