mirror of
https://github.com/clockworkpi/apt.git
synced 2026-03-19 18:22:39 +01:00
add gameshell
This commit is contained in:
11
gameshell/README.md
Normal file
11
gameshell/README.md
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user