mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
Update buster
This commit is contained in:
parent
6a38dbd3d0
commit
889098b494
1 changed files with 2 additions and 1 deletions
3
buster
3
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
|
||||
|
|
Loading…
Add table
Reference in a new issue