mirror of
https://github.com/coturn/coturn.git
synced 2025-05-14 09:36:49 +08:00
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
|
|
|
|
|
|
|