From 9eb45632552a62263f740590dcb1aaa1243c16e0 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 23 Dec 2021 23:27:58 +0100 Subject: [PATCH] automatic enabling the extension --- installClipboardHistory.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/installClipboardHistory.sh b/installClipboardHistory.sh index 156bfc2..d989be1 100644 --- a/installClipboardHistory.sh +++ b/installClipboardHistory.sh @@ -1,7 +1,5 @@ sudo apt update sudo apt install gnome-shell-extension-gpaste gnome-shell-extension-prefs -y +gnome-extensions enable GPaste@gnome-shell-extensions.gnome.org echo -e "\nClipboard history is now available! 🎉" -echo "You need to enable hit trought the extension manager..." -echo "You can access it by starting \"Extensions\" app and enabling \"GPaste\"" -echo "Anyway, it is accessible by starting \"GPaste\""