From 12ac40daa57773073935a54bbdcae046b9e47a6f Mon Sep 17 00:00:00 2001 From: keyan Date: Wed, 9 Jun 2021 18:01:53 -0500 Subject: [PATCH] fix install tor command --- .ebextensions/tor.config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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