From 3cc1f23902ae12ac742c75ef26a95718c6686cb1 Mon Sep 17 00:00:00 2001 From: keyan Date: Tue, 30 Jan 2024 18:43:03 -0600 Subject: [PATCH] remove no longer needed chromium install --- .ebextensions/chromium.config | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .ebextensions/chromium.config diff --git a/.ebextensions/chromium.config b/.ebextensions/chromium.config deleted file mode 100644 index 012826ed..00000000 --- a/.ebextensions/chromium.config +++ /dev/null @@ -1,5 +0,0 @@ -commands: - 00_install_epel: - command: 'sudo amazon-linux-extras install epel' - 01_install_chromium: - command: 'sudo yum install -y chromium' \ No newline at end of file