Install ag on nodes (#6634)

automerge
This commit is contained in:
Michael Vines
2019-10-30 16:43:16 -07:00
committed by Grimes
parent fa12a5f70b
commit 7bb224f54a
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-iftop.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