Last active
January 3, 2019 04:30
-
-
Save tbalz2319/0dd8d9037f025b38dad6cb34d16073ac to your computer and use it in GitHub Desktop.
Automate the installation of some of the software listed in software.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Pre-requisites | |
# Ensure Git is installed | |
# | |
cd /opt | |
mkdir -p apps | |
cd apps | |
#Install SecLists to /opt/apps | |
git clone [email protected]:danielmiessler/SecLists.git | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment