mirror of
https://github.com/clockworkpi/apt.git
synced 2025-12-12 07:58:50 +01:00
update readme
This commit is contained in:
parent
abba8d73d7
commit
3fa46ebd7c
@ -1,7 +1,9 @@
|
||||
# apt
|
||||
|
||||
```
|
||||
wget -O - https://raw.githubusercontent.com/clockworkpi/apt/main/debian/KEY.gpg | sudo apt-key add -
|
||||
#wget -O - https://raw.githubusercontent.com/clockworkpi/apt/main/debian/KEY.gpg | sudo apt-key add -
|
||||
|
||||
wget -q -O- https://raw.githubusercontent.com/clockworkpi/apt/main/debian/KEY.gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/clockworkpi.gpg
|
||||
|
||||
echo "deb https://raw.githubusercontent.com/clockworkpi/apt/main/debian/ stable main" | sudo tee /etc/apt/sources.list.d/clockworkpi.list
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user