solana/net/scripts/install-ag.sh

10 lines
156 B
Bash
Raw Normal View History

2019-10-30 16:43:16 -07:00
#!/usr/bin/env bash
#
set -ex
[[ $(uname) = Linux ]] || exit 1
[[ $USER = root ]] || exit 1
apt-get update
apt-get --assume-yes install silversearcher-ag