stacker.news/.ebextensions/chromium.config

5 lines
160 B
Plaintext
Raw Normal View History

2021-07-07 19:57:01 -05:00
commands:
2021-07-11 18:51:13 -05:00
00_install_epel:
command: 'sudo amazon-linux-extras install epel'
01_install_chromium:
2021-07-07 19:57:01 -05:00
command: 'sudo yum install -y chromium'