This repository has been archived on 2022-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
manjaroConfiguration/installClipboardHistory.sh

8 lines
346 B
Bash

sudo apt update
sudo apt install gnome-shell-extension-gpaste gnome-shell-extension-prefs -y
echo ""
echo "Clipboard history is now available"
echo "You may 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\""