feat: use redis version 5+ via ppa:chris-lea (#5981)
This commit is contained in:
committed by
Michael Vines
parent
fee5c6c057
commit
51b3451e20
@ -4,4 +4,5 @@ set -ex
|
|||||||
[[ $(uname) = Linux ]] || exit 1
|
[[ $(uname) = Linux ]] || exit 1
|
||||||
[[ $USER = root ]] || exit 1
|
[[ $USER = root ]] || exit 1
|
||||||
|
|
||||||
|
add-apt-repository -y ppa:chris-lea/redis-server
|
||||||
apt-get --assume-yes install redis
|
apt-get --assume-yes install redis
|
||||||
|
Reference in New Issue
Block a user