diff --git a/hugo/content/download.html b/hugo/content/download.html index 7630354..1230b54 100644 --- a/hugo/content/download.html +++ b/hugo/content/download.html @@ -11,9 +11,9 @@
1. Get our signing key:
-curl https://www.fluidkeys.com/release.asc | sudo apt-key add -+
curl https://www.fluidkeys.com/release.asc | sudo gpg --dearmor --output /usr/share/keyrings/fluidkeys.gpg
2. Add our apt repository:
-echo 'deb [arch=amd64] https://download.fluidkeys.com/desktop/apt any main' | sudo tee /etc/apt/sources.list.d/fluidkeys.list+
echo 'deb [arch=amd64 signed-by=/usr/share/keyrings/fluidkeys.gpg] https://download.fluidkeys.com/desktop/apt any main' | sudo tee /etc/apt/sources.list.d/fluidkeys.list
3. Install and run:
sudo apt update sudo apt install fluidkeys