Skip to content

Commit

Permalink
TF-470-1 Update epel instead of installing it
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-wan committed Jun 23, 2023
1 parent 6b3fb2d commit c20aafa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ebextensions/01-nfs-mount.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
commands:
01_install_epel:
command: sudo yum -y install epel-release
01_update_epel:
command: sudo rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm

02_install_sshfs:
command: sudo yum -y install sshfs
Expand Down

0 comments on commit c20aafa

Please sign in to comment.