summarylogtreecommitdiffstats
path: root/gnome-shell-extension-zorin-taskbar.install
diff options
context:
space:
mode:
authorGT6102023-05-02 19:00:53 +0800
committerGT6102023-05-02 19:00:53 +0800
commitaa7e9edce4c17a26707018c64a0dc2e402b9a424 (patch)
treee088e6af41f2272c5461be7dd4e93b5ea9e658d1 /gnome-shell-extension-zorin-taskbar.install
parent5c3117681a553968d22b01fb8386b874dda8debe (diff)
downloadaur-gnome-shell-extension-zorin-taskbar.tar.gz
Update the install script
Diffstat (limited to 'gnome-shell-extension-zorin-taskbar.install')
-rw-r--r--gnome-shell-extension-zorin-taskbar.install7
1 files changed, 5 insertions, 2 deletions
diff --git a/gnome-shell-extension-zorin-taskbar.install b/gnome-shell-extension-zorin-taskbar.install
index 13eccced9b4f..d02b6473236c 100644
--- a/gnome-shell-extension-zorin-taskbar.install
+++ b/gnome-shell-extension-zorin-taskbar.install
@@ -1,9 +1,12 @@
post_install() {
glib-compile-schemas usr/share/glib-2.0/schemas
echo "==============================================================="
+ echo "The current version of this extension only works with \033[41;30;2mGNOME 40 or lower\033[0m\!"
+ echo "If you're using the latest GNOME, it can't be enabled."
+ echo "==============================================================="
echo "To use the extension:"
- echo " * Restart GNOME Shell ([Alt]+[F2], r)"
- echo " * Activate it (eg using gnome-tweak-tool)"
+ echo " * Restart GNOME Shell ([Alt]+[F2], r) or reboot your computer"
+ echo " * Activate it in GNOME Extensions"
echo "==============================================================="
}