diff --git a/buster b/buster index eef5ac6..b07c4de 100755 --- a/buster +++ b/buster @@ -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