install epel before chromium

This commit is contained in:
keyan 2021-07-11 18:51:13 -05:00
parent 14e929b3f0
commit baa332db62
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
commands:
02_install_chromium:
00_install_epel:
command: 'sudo amazon-linux-extras install epel'
01_install_chromium:
command: 'sudo yum install -y chromium'