Last active
December 28, 2023 01:43
-
-
Save MakotoE/9b842050c67d6b4a68de41cf38c3cc1b to your computer and use it in GitHub Desktop.
How to install indicator-stickynotes on Debian
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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