added jq to manual installation steps

This commit is contained in:
Keith Twombley 2019-06-04 00:17:42 -05:00 committed by GitHub
parent 3847532367
commit bd822e49c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,10 +25,10 @@ You can paste the links in your browser to read the script that will be executed
Manual Installation
-------------------
1. This script uses the following tools: **screen**, **rsync**, **zip**. Let's install them:
1. This script uses the following tools: **screen**, **rsync**, **zip**, **jq**. Let's install them:
sudo apt-get update
sudo apt-get install screen rsync zip
sudo apt-get install screen rsync zip jq
2. Download MSM's default configuration file, then **read through it** and change anything you want. Be sure to carry any changes you make forwards through this guide.