Skip to content

Instantly share code, notes, and snippets.

@MakotoE
Last active December 28, 2023 01:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MakotoE/9b842050c67d6b4a68de41cf38c3cc1b to your computer and use it in GitHub Desktop.
Save MakotoE/9b842050c67d6b4a68de41cf38c3cc1b to your computer and use it in GitHub Desktop.
How to install indicator-stickynotes on Debian
# Get public key ("fingerprint") from https://launchpad.net/~umang/+archive/ubuntu/indicator-stickynotes
$key='<PUBLIC KEY>'
sudo add-apt-repository "deb http://ppa.launchpad.net/umang/indicator-stickynotes/ubuntu eoan main"
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys $key
sudo apt update
sudo apt install indicator-stickynotes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment