Use a sane default debian repo
This commit is contained in:
parent
80d9480aa7
commit
597a6ca125
|
@ -94,7 +94,8 @@ SSH_PORT=2222
|
||||||
ONION_ONLY="no"
|
ONION_ONLY="no"
|
||||||
|
|
||||||
# Where to fetch packages
|
# Where to fetch packages
|
||||||
MIRROR='http://httpredir.debian.org/debian'
|
#MIRROR='http://httpredir.debian.org/debian'
|
||||||
|
MIRROR='http://ftp.de.debian.org/debian'
|
||||||
|
|
||||||
mesh_router_setup_script() {
|
mesh_router_setup_script() {
|
||||||
# create a setup script for a mesh router
|
# create a setup script for a mesh router
|
||||||
|
|
Loading…
Reference in New Issue