Update webmin-install.sh
This commit is contained in:
@@ -18,13 +18,12 @@ elif type apt-get &>/dev/null; then
|
|||||||
apt-get -y install webmin
|
apt-get -y install webmin
|
||||||
|
|
||||||
elif type yum &>/dev/null; then
|
elif type yum &>/dev/null; then
|
||||||
cat << EOF > /etc/yum.repos.d/google-chrome.repo
|
cat << EOF > /etc/yum.repos.d/webmin.repo
|
||||||
[google-chrome]
|
[Webmin]
|
||||||
name=google-chrome - \$basearch
|
name=Webmin Distribution Neutral
|
||||||
baseurl=http://dl.google.com/linux/chrome/rpm/stable/\$basearch
|
#baseurl=https://download.webmin.com/download/yum
|
||||||
|
mirrorlist=https://download.webmin.com/download/yum/mirrorlist
|
||||||
enabled=1
|
enabled=1
|
||||||
gpgcheck=1
|
|
||||||
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
## Fedora 27/26/25/24 ##
|
## Fedora 27/26/25/24 ##
|
||||||
|
|||||||
Reference in New Issue
Block a user