Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefansundin/deb
APT repository.
https://github.com/stefansundin/deb
apt debian ubuntu
Last synced: 21 days ago
JSON representation
APT repository.
- Host: GitHub
- URL: https://github.com/stefansundin/deb
- Owner: stefansundin
- Created: 2018-03-05T00:48:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-10T05:41:09.000Z (about 3 years ago)
- Last Synced: 2024-11-02T00:24:05.270Z (2 months ago)
- Topics: apt, debian, ubuntu
- Language: Shell
- Size: 25.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My debian repository
To add:
```bash
sudo apt-get install apt-transport-https
curl -fsS https://stefansundin.github.io/deb/stefansundin.asc | sudo apt-key add -
echo "deb https://stefansundin.github.io/deb /" | sudo tee /etc/apt/sources.list.d/stefansundin.list
sudo apt-get update
```