Better file cleanup; remove experimental repos.
This commit is contained in:
parent
968e05e4d0
commit
512b4b56c9
|
|
@ -191,7 +191,6 @@ sed -e 's/UsePAM yes/UsePAM no/' -i /etc/ssh/sshd_config
|
||||||
|
|
||||||
|
|
||||||
## misc
|
## misc
|
||||||
rm -rf /usr/local/share/zsh/site-functions
|
|
||||||
sed -i -e 's/devuan/decode/' /etc/hosts
|
sed -i -e 's/devuan/decode/' /etc/hosts
|
||||||
|
|
||||||
## cleanup
|
## cleanup
|
||||||
|
|
@ -209,11 +208,9 @@ cleanupfiles="
|
||||||
/var/log/fsck
|
/var/log/fsck
|
||||||
/var/log/ConsoleKit
|
/var/log/ConsoleKit
|
||||||
/var/lib/polkit-1
|
/var/lib/polkit-1
|
||||||
|
/usr/local/share/zsh/site-functions
|
||||||
"
|
"
|
||||||
|
echo "\$cleanupfiles" | xargs rm -rf
|
||||||
for i in \$cleanupfiles ; do
|
|
||||||
rm -rf \$i
|
|
||||||
done
|
|
||||||
|
|
||||||
updatedb
|
updatedb
|
||||||
EOF
|
EOF
|
||||||
|
|
@ -230,13 +227,11 @@ conf_print_sourceslist() {
|
||||||
deb http://auto.mirror.devuan.org/merged ascii main
|
deb http://auto.mirror.devuan.org/merged ascii main
|
||||||
deb http://auto.mirror.devuan.org/merged ascii-updates main
|
deb http://auto.mirror.devuan.org/merged ascii-updates main
|
||||||
deb http://auto.mirror.devuan.org/merged ascii-security main
|
deb http://auto.mirror.devuan.org/merged ascii-security main
|
||||||
deb http://auto.mirror.devuan.org/devuan experimental main
|
|
||||||
|
|
||||||
## source repositories
|
## source repositories
|
||||||
#deb-src http://auto.mirror.devuan.org/merged ascii main
|
#deb-src http://auto.mirror.devuan.org/merged ascii main
|
||||||
#deb-src http://auto.mirror.devuan.org/merged ascii-updates main
|
#deb-src http://auto.mirror.devuan.org/merged ascii-updates main
|
||||||
#deb-src http://auto.mirror.devuan.org/merged ascii-security main
|
#deb-src http://auto.mirror.devuan.org/merged ascii-security main
|
||||||
#deb-src http://auto.mirror.devuan.org/devuan experimental main
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
## }}}
|
## }}}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue