diff options
author | GT610 | 2023-05-02 19:00:53 +0800 |
---|---|---|
committer | GT610 | 2023-05-02 19:00:53 +0800 |
commit | aa7e9edce4c17a26707018c64a0dc2e402b9a424 (patch) | |
tree | e088e6af41f2272c5461be7dd4e93b5ea9e658d1 /gnome-shell-extension-zorin-taskbar.install | |
parent | 5c3117681a553968d22b01fb8386b874dda8debe (diff) | |
download | aur-aa7e9edce4c17a26707018c64a0dc2e402b9a424.tar.gz |
Update the install script
Diffstat (limited to 'gnome-shell-extension-zorin-taskbar.install')
-rw-r--r-- | gnome-shell-extension-zorin-taskbar.install | 7 |
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 "===============================================================" } |