Update buster

This commit is contained in:
Matt C 2021-12-13 17:01:40 -05:00 committed by GitHub
parent 6a38dbd3d0
commit 889098b494
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
buster
View file

@ -236,7 +236,8 @@ function check_assertions()
if [[ $(cat /sys/module/ipv6/parameters/disable) == "1" ]];
then
die "The package 'redis-server' will fail to install without IPV6 enabled."
warn "We had to remove IPV6 from /etc/redis/redis.conf"
sed -i 's/::1//g' /etc/redis/redis.conf
fi
# Check that kernel is >= 3.12, otherwise systemd won't work properly. Cf. https://github.com/systemd/systemd/issues/5236#issuecomment-277779394