fix install tor command

This commit is contained in:
keyan 2021-06-09 18:01:53 -05:00
parent 3e1ebffdf8
commit 12ac40daa5
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
commands:
00_install_epel:
command: 'sudo amazon-linux-extras install epel'
command: 'sudo amazon-linux-extras install epel'
01_install_tor:
command: 'sudo yum install tor'