Skip to content

Commit

Permalink
Add "sudo apt update" to installation steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Sainan authored Sep 6, 2024
1 parent 27e40ca commit 782349f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
```bash
wget -qO- https://calamity-inc.github.io/deb-repo/key.gpg | sudo tee /usr/share/keyrings/calamity-inc.gpg > /dev/null
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/calamity-inc.gpg] https://calamity-inc.github.io/deb-repo/ buster main" | sudo tee /etc/apt/sources.list.d/calamity-inc.list > /dev/null
sudo apt update
```

0 comments on commit 782349f

Please sign in to comment.