7 lines
345 B
Bash
7 lines
345 B
Bash
sudo apt update
|
|
sudo apt install gnome-shell-extension-gpaste gnome-shell-extension-prefs -y
|
|
|
|
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\""
|