From 1db2aed2c328d14b88b5ffa2733c38973cd4ebb6 Mon Sep 17 00:00:00 2001 From: interorbital <106621171+interorbital@users.noreply.github.com> Date: Wed, 2 Nov 2022 20:42:51 +0200 Subject: [PATCH] ubuntu unity --- quickget | 2 ++ 1 file changed, 2 insertions(+) diff --git a/quickget b/quickget index 5291611..86201f5 100755 --- a/quickget +++ b/quickget @@ -64,6 +64,7 @@ function pretty_name() { ubuntukylin) PRETTY_NAME="Ubuntu Kylin";; ubuntu-mate) PRETTY_NAME="Ubuntu MATE";; ubuntustudio) PRETTY_NAME="Ubuntu Studio";; + ubuntu-unity) PRETTY_NAME="Ubuntu Unity";; void) PRETTY_NAME="Void Linux";; zorin) PRETTY_NAME="Zorin OS";; *) PRETTY_NAME="${SIMPLE_NAME^}";; @@ -208,6 +209,7 @@ function os_support() { ubuntukylin \ ubuntu-mate \ ubuntustudio \ + ubuntu-unity \ void \ windows \ xubuntu \