Hello! There is an error when trying to use the script on CentOS 7: `No such command: epel-release. Please use /bin/yum --help` It's cause in the 67 line in marzban.sh you need to add **_install_**: `$PKG_MANAGER install epel-release -y`
Hello!
There is an error when trying to use the script on CentOS 7:
No such command: epel-release. Please use /bin/yum --helpIt's cause in the 67 line in marzban.sh you need to add install:
$PKG_MANAGER install epel-release -y