Install blockexplorer dependencies

This commit is contained in:
Michael Vines
2019-02-15 20:17:30 -08:00
parent 132c664e18
commit 9eb8b67b5c
3 changed files with 30 additions and 0 deletions

7
net/scripts/install-redis.sh Executable file
View File

@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -ex
[[ $(uname) = Linux ]] || exit 1
[[ $USER = root ]] || exit 1
apt-get --assume-yes install redis