Switch to pkgmaster; add tor-dam to init.
This commit is contained in:
parent
6ea3f2e5e5
commit
cb1e909c2c
16
decode.blend
16
decode.blend
|
|
@ -223,7 +223,9 @@ done
|
||||||
|
|
||||||
sed -e 's/UsePAM yes/UsePAM no/' -i /etc/ssh/sshd_config
|
sed -e 's/UsePAM yes/UsePAM no/' -i /etc/ssh/sshd_config
|
||||||
|
|
||||||
update-rc.d -f redis remove
|
rc-update del redis default
|
||||||
|
rc-update add dam-dir default
|
||||||
|
rc-update add dam-client default
|
||||||
|
|
||||||
## misc
|
## misc
|
||||||
sed -i -e 's/devuan/decode/' /etc/hosts
|
sed -i -e 's/devuan/decode/' /etc/hosts
|
||||||
|
|
@ -262,14 +264,14 @@ conf_print_sourceslist() {
|
||||||
|
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
## package repositories
|
## package repositories
|
||||||
deb http://auto.mirror.devuan.org/merged ascii main
|
deb http://pkgmaster.devuan.org/merged ascii main
|
||||||
deb http://auto.mirror.devuan.org/merged ascii-updates main
|
deb http://pkgmaster.devuan.org/merged ascii-updates main
|
||||||
deb http://auto.mirror.devuan.org/merged ascii-security main
|
deb http://pkgmaster.devuan.org/merged ascii-security main
|
||||||
|
|
||||||
## source repositories
|
## source repositories
|
||||||
#deb-src http://auto.mirror.devuan.org/merged ascii main
|
#deb-src http://pkgmaster.devuan.org/merged ascii main
|
||||||
#deb-src http://auto.mirror.devuan.org/merged ascii-updates main
|
#deb-src http://pkgmaster.devuan.org/merged ascii-updates main
|
||||||
#deb-src http://auto.mirror.devuan.org/merged ascii-security main
|
#deb-src http://pkgmaster.devuan.org/merged ascii-security main
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
## }}}
|
## }}}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue