Index of /debian

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[DIR]all/2013-03-25 14:05 -  
[   ]apt.pgp2019-05-16 13:12 1.7K 
[   ]apt.pgp.key2019-05-16 13:14 2.4K 
[DIR]deb/2019-05-22 09:12 -  
[DIR]dists/2019-07-08 11:01 -  
[TXT]footer.html2020-07-20 16:38 602  
[DIR]pool/2019-05-16 13:41 -  

Repository for Debian GNU/Linux

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