Skip to content

Commit

Permalink
remove deprecated apt-key from installation setup (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisAphalon authored and shiftkey committed Nov 6, 2020
1 parent 4f13a0d commit 06b1552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ the project using the link in the header.
To setup the package repository, run these commands:

```sh
$ wget -qO - https://packagecloud.io/shiftkey/desktop/gpgkey | sudo apt-key add -
$ wget -qO - https://packagecloud.io/shiftkey/desktop/gpgkey | sudo tee /etc/apt/trusted.gpg.d/shiftkey-desktop.asc > /dev/null
$ sudo sh -c 'echo "deb [arch=amd64] https://packagecloud.io/shiftkey/desktop/any/ any main" > /etc/apt/sources.list.d/packagecloud-shiftky-desktop.list'
$ sudo apt-get update
```
Expand Down

0 comments on commit 06b1552

Please sign in to comment.