3 lines
100 B
Bash
3 lines
100 B
Bash
#!/bin/bash
|
|
echo " - Installing Ag (The Silver Searcher) - "
|
|
sudo apt-get install silversearcher-ag
|