https://github.com/tgstation/tgstation-ppa
Linux packages maintained by the tgstation team
https://github.com/tgstation/tgstation-ppa
ppa
Last synced: 4 months ago
JSON representation
Linux packages maintained by the tgstation team
- Host: GitHub
- URL: https://github.com/tgstation/tgstation-ppa
- Owner: tgstation
- Created: 2023-06-19T21:01:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-19T00:56:02.000Z (about 1 year ago)
- Last Synced: 2025-04-19T10:16:52.122Z (about 1 year ago)
- Topics: ppa
- Homepage:
- Size: 1.36 GB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# tgstation Package Archive
Package repository can be found under the gh-pages branch.
## Adding the repostitory
### Debian/Ubuntu
```sh
sudo apt update \
&& sudo apt install -y software-properties-common \
&& sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv B6FD15EE7ED77676EAEAF910EEEDC8280A307527 \
&& sudo add-apt-repository -y "deb https://tgstation.github.io/tgstation-ppa/debian unstable main" \
&& sudo apt update
```