fix install tor command
This commit is contained in:
parent
3e1ebffdf8
commit
12ac40daa5
|
@ -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'
|
Loading…
Reference in New Issue