Install ag on nodes (#6634) (#6638)

automerge

(cherry picked from commit 7bb224f54a)
This commit is contained in:
mergify[bot]
2019-10-30 19:41:18 -07:00
committed by Michael Vines
parent 41c70b9f41
commit f4658f3be2
2 changed files with 10 additions and 0 deletions

View File

@ -718,6 +718,7 @@ $(
create-solana-user.sh \
solana-user-authorized_keys.sh \
add-testnet-solana-user-authorized_keys.sh \
install-ag.sh \
install-certbot.sh \
install-earlyoom.sh \
install-libssl-compatability.sh \

9
net/scripts/install-ag.sh Executable file
View File

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