mirror of
https://github.com/teddysun/across.git
synced 2025-01-31 12:19:35 +08:00
Install firewalld in CentOS 7
This commit is contained in:
parent
9698acd2a3
commit
bf436ed3bd
2
l2tp.sh
2
l2tp.sh
@ -290,7 +290,7 @@ install_l2tp(){
|
|||||||
elif check_sys packageManager yum; then
|
elif check_sys packageManager yum; then
|
||||||
if centosversion 7; then
|
if centosversion 7; then
|
||||||
yum -y install epel-release
|
yum -y install epel-release
|
||||||
yum -y install ppp libreswan xl2tpd
|
yum -y install ppp libreswan xl2tpd firewalld
|
||||||
yum_install
|
yum_install
|
||||||
elif centosversion 6; then
|
elif centosversion 6; then
|
||||||
yum -y install epel-release
|
yum -y install epel-release
|
||||||
|
Loading…
x
Reference in New Issue
Block a user