automerge
(cherry picked from commit 7bb224f54a
)
This commit is contained in:
committed by
Michael Vines
parent
41c70b9f41
commit
f4658f3be2
@ -718,6 +718,7 @@ $(
|
|||||||
create-solana-user.sh \
|
create-solana-user.sh \
|
||||||
solana-user-authorized_keys.sh \
|
solana-user-authorized_keys.sh \
|
||||||
add-testnet-solana-user-authorized_keys.sh \
|
add-testnet-solana-user-authorized_keys.sh \
|
||||||
|
install-ag.sh \
|
||||||
install-certbot.sh \
|
install-certbot.sh \
|
||||||
install-earlyoom.sh \
|
install-earlyoom.sh \
|
||||||
install-libssl-compatability.sh \
|
install-libssl-compatability.sh \
|
||||||
|
9
net/scripts/install-ag.sh
Executable file
9
net/scripts/install-ag.sh
Executable 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
|
Reference in New Issue
Block a user