Skip to content

Instantly share code, notes, and snippets.

@lvxianchao
Created September 20, 2022 15:02
Show Gist options
  • Save lvxianchao/a2a17b2b51cd51520184d4fa2d3d85d0 to your computer and use it in GitHub Desktop.
Save lvxianchao/a2a17b2b51cd51520184d4fa2d3d85d0 to your computer and use it in GitHub Desktop.
#!/bin/bash
yum install -y
yum-config-manager --add-repo http://repos.fedorapeople.org/repos/dchen/apache-maven/epel-apache-maven.repo
yum-config-manager --enable epel-apache-maven
yum install -y apache-maven
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment