From 9957216fb8c5525bb6317749cc0520cfa12ec9f8 Mon Sep 17 00:00:00 2001 From: X4X5 <50627538+X4X5@users.noreply.github.com> Date: Mon, 30 May 2022 19:55:12 -0400 Subject: [PATCH] upd(unity): `ubuntu-unity-desktop` -> `unity` (#17) --- rhino-deinst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rhino-deinst b/rhino-deinst index f0db7a1..49e950f 100755 --- a/rhino-deinst +++ b/rhino-deinst @@ -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 \ @@ -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")