Update webmin-install.sh

This commit is contained in:
2017-11-24 23:01:29 -06:00
parent 694d11ad59
commit 6e9acf2c9a

View File

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