| Name | Last modified | Size | Description | |
|---|---|---|---|---|
| Parent Directory | - | |||
| all/ | 2013-03-25 14:05 | - | ||
| deb/ | 2019-05-22 09:12 | - | ||
| dists/ | 2019-07-08 11:01 | - | ||
| pool/ | 2019-05-16 13:41 | - | ||
| footer.html | 2020-07-20 16:38 | 602 | ||
| apt.pgp | 2019-05-16 13:12 | 1.7K | ||
| apt.pgp.key | 2019-05-16 13:14 | 2.4K | ||
Supported distributions:
To add the repository, run these script:
#!/bin/bash
if [ "$(whoami)" != "root" ]; then
SUDO=sudo
fi
${SUDO} apt-get -y install apt-transport-https lsb-release ca-certificates
wget -qO - http://packages.deblan.org/debian/apt.pgp.key | ${SUDO} apt-key add -
${SUDO} sh -c 'echo "deb https://packages.deblan.org/debian/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/deblan.list'
${SUDO} apt-get update