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
|
||||
|
||||
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 ##
|
||||
|
||||
Reference in New Issue
Block a user