add gameshell

This commit is contained in:
cuu
2023-01-09 22:57:50 +08:00
parent 7e4b3fd557
commit 5ab8fa6be2
31 changed files with 281 additions and 0 deletions

11
gameshell/README.md Normal file
View File

@@ -0,0 +1,11 @@
## deprecated
#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/gameshell/KEY.gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/clockworkpi.gpg
echo "deb https://raw.githubusercontent.com/clockworkpi/apt/main/gameshell/ stable main" | sudo tee -a /etc/apt/sources.list.d/clockworkpi\_gs.list
sudo apt update