Switch order of -y and install

This commit is contained in:
Arinerron 2019-03-28 22:16:30 -07:00
parent b04c213c32
commit ad9393805f
No known key found for this signature in database
GPG Key ID: 99383627861C62F0
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ fi
# install basic dependencies
apt -y install git curl python3.7 python3-pip python3-setuptools tor
apt install -y git curl python3.7 python3-pip python3-setuptools tor
# get the repository