9 lines
77 B
Bash
Executable File
9 lines
77 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Epel installation script
|
|
|
|
sudo yum -y install epel-release
|
|
|
|
|
|
|