first commit

This commit is contained in:
cuu
2022-01-13 15:21:23 +08:00
commit 730b43cb3f
47 changed files with 685 additions and 0 deletions

8
README.md Normal file
View File

@@ -0,0 +1,8 @@
# apt
```
wget -O - https://raw.githubusercontent.com/clockworkpi/apt/main/debian/KEY.gpg | sudo apt-key add -
echo "deb https://raw.githubusercontent.com/clockworkpi/apt/main/debian/ stable main" | sudo tee -a /etc/apt/sources.list.d/clockworkpi.list
```