Name | Last modified | Size | Description | |
---|---|---|---|---|
Parent Directory | - | |||
pool/ | 2019-05-16 13:41 | - | ||
footer.html | 2020-07-20 16:38 | 602 | ||
dists/ | 2019-07-08 11:01 | - | ||
deb/ | 2019-05-22 09:12 | - | ||
apt.pgp.key | 2019-05-16 13:14 | 2.4K | ||
apt.pgp | 2019-05-16 13:12 | 1.7K | ||
all/ | 2013-03-25 14:05 | - | ||
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