forked from brl/citadel
David McKinney
9cda830f1f
- Base realmfs is now based on Debian bullseye - Replaced buster link in docs/duck/realmfs.duck with bullseye - Added neovim as the default vim in the base realmfs packages
9 lines
275 B
Plaintext
9 lines
275 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"
|
|
echo "deb ${DEBIAN_MIRROR} unstable main"
|
|
|
|
} > /etc/apt/sources.list
|