-y tor install

This commit is contained in:
keyan 2021-06-09 18:05:54 -05:00
parent 12ac40daa5
commit 24fe3b3038
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@ commands:
00_install_epel:
command: 'sudo amazon-linux-extras install epel'
01_install_tor:
command: 'sudo yum install tor'
command: 'sudo yum install -y tor'