Skip to content

Instantly share code, notes, and snippets.

@DevoKun
Last active January 11, 2019 19:35
Show Gist options
  • Select an option

  • Save DevoKun/83f58ccb214b52ccb10090e0d6f34b60 to your computer and use it in GitHub Desktop.

Select an option

Save DevoKun/83f58ccb214b52ccb10090e0d6f34b60 to your computer and use it in GitHub Desktop.
Install 7zip and Supervisor on Amazon Linux using the EPEL repo
yum install -y epel-release
yum --enablerepo=epel install -y p7zip
yum --enablerepo=epel install -y supervisor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment