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