mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-02-12 01:26:47 +01:00
add lux during install
This commit is contained in:
@@ -423,14 +423,14 @@ EOF
|
||||
|
||||
## Lux for git 2.17 or more
|
||||
|
||||
cat << EOF > /etc/yum.repos.d/lux.repo
|
||||
[lux]
|
||||
name=CentOS \$releasever - \$basearch - Lux
|
||||
baseurl=http://repo.iotti.biz/CentOS/$releasever
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-LUX
|
||||
EOF
|
||||
# cat << EOF > /etc/yum.repos.d/lux.repo
|
||||
#[lux]
|
||||
#name=CentOS \$releasever - \$basearch - Lux
|
||||
#baseurl=http://repo.iotti.biz/CentOS/$releasever
|
||||
#enabled=1
|
||||
#gpgcheck=1
|
||||
#gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-LUX
|
||||
#EOF
|
||||
|
||||
|
||||
fi
|
||||
|
||||
@@ -209,7 +209,7 @@ if [ $SERVER_OS = "CentOS7" ]; then
|
||||
rm -f /etc/yum.repos.d/ius-archive.repo
|
||||
rm -f /etc/yum.repos.d/ius.repo
|
||||
rm -f /etc/yum.repos.d/ius-testing.repo
|
||||
rm -f /etc/yum.repos.d/lux.repo
|
||||
# rm -f /etc/yum.repos.d/lux.repo
|
||||
|
||||
## Start with PDNS
|
||||
|
||||
@@ -273,16 +273,16 @@ EOF
|
||||
yum install yum-plugin-copr -y
|
||||
yum copr enable copart/restic -y
|
||||
|
||||
## Lux for git 2.17 or more
|
||||
|
||||
cat << EOF > /etc/yum.repos.d/lux.repo
|
||||
[lux]
|
||||
name=CentOS \$releasever - \$basearch - Lux
|
||||
baseurl=http://repo.iotti.biz/CentOS/$releasever
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-LUX
|
||||
EOF
|
||||
# ## Lux for git 2.17 or more
|
||||
#
|
||||
# cat << EOF > /etc/yum.repos.d/lux.repo
|
||||
#[lux]
|
||||
#name=CentOS \$releasever - \$basearch - Lux
|
||||
#baseurl=http://repo.iotti.biz/CentOS/$releasever
|
||||
#enabled=1
|
||||
#gpgcheck=1
|
||||
#gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-LUX
|
||||
#EOF
|
||||
|
||||
###
|
||||
|
||||
|
||||
Reference in New Issue
Block a user