https://github.com/tkuchiki/apt
My apt repository
https://github.com/tkuchiki/apt
Last synced: 2 months ago
JSON representation
My apt repository
- Host: GitHub
- URL: https://github.com/tkuchiki/apt
- Owner: tkuchiki
- Created: 2016-11-21T01:43:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-21T04:08:06.000Z (over 8 years ago)
- Last Synced: 2025-01-25T09:11:11.053Z (4 months ago)
- Language: Makefile
- Size: 1.25 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# apt
My apt repository## Setup
Run `docker build`.
```
$ make build
```## Run apt-ftparchive
```
$ make
```## Client side settings
```
$ apt install -y apt-transport-https
# for ubuntu 16.04
$ echo "deb http://tkuchiki.github.io/apt/ubuntu16.04 ./" > /etc/apt/sources.list.d/tkuchiki.list
$ wget -q -O- https://tkuchiki.github.io/apt/tkuchiki.gpg | sudo apt-key add -
```