diff --git a/.ebextensions/tor.config b/.ebextensions/tor.config index 672fffe9..551525b2 100644 --- a/.ebextensions/tor.config +++ b/.ebextensions/tor.config @@ -1,3 +1,5 @@ commands: 00_install_epel: - command: 'sudo amazon-linux-extras install epel' \ No newline at end of file + command: 'sudo amazon-linux-extras install epel' + 01_install_tor: + command: 'sudo yum install tor' \ No newline at end of file