Skip to content

Commit

Permalink
Fixing copy paste typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JayPi4c committed Mar 18, 2024
1 parent 981784d commit cc39b0d
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 @@ -7,6 +7,6 @@ This repository is used to host a PPA for all our projects. If a `.deb` file is

```bash
curl -s --compressed "https://schlunzis.github.io/ppa/ubuntu/KEY.gpg" | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/schlunzis.gpg >/dev/null
sudo curl -s --compressed -o /etc/apt/sources.list.d/schlunzis.list "https://jaypi4c.github.io/ppa/ubuntu/schlunzis.list"
sudo curl -s --compressed -o /etc/apt/sources.list.d/schlunzis.list "https://schlunzis.github.io/ppa/ubuntu/schlunzis.list"
sudo apt update
```

0 comments on commit cc39b0d

Please sign in to comment.