Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
imcase authored Apr 23, 2024
1 parent ccd2bb7 commit 84b254a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ After adding or updating files, run opy **updateppa.sh** with the FOLDER_PATH to
To add your PPA (or re-add the Tibbo PPA), you can run the following commands after replacing the URLs with those of your archive:
```shell
curl -s --compressed "https://tibbotech.github.io/ltpp3g2_ppa/ppa/KEY.gpg" | sudo apt-key add -
sudo curl -s --compressed -o /etc/apt/sources.list.d/my_list_file.list "https://tibbotech.github.io/ltpp3g2_ppa/ppa/my_list_file.list"
sudo apt update
sudo curl -sL -o /etc/apt/sources.list.d/my_list_file.list https://raw.githubusercontent.com/tibbotech/ltpp3g2_ppa/main/u0_6_0/my_list_file.list
sudo apt update -y
```

0 comments on commit 84b254a

Please sign in to comment.