forked from brl/citadel
8 lines
229 B
Plaintext
8 lines
229 B
Plaintext
info "Writing /etc/apt/sources.list"
|
|
|
|
{
|
|
echo "deb ${DEBIAN_MIRROR} ${DEBIAN_RELEASE} main contrib non-free"
|
|
echo "deb ${DEBIAN_MIRROR}-security ${DEBIAN_RELEASE}-security main contrib non-free"
|
|
|
|
} > /etc/apt/sources.list
|