Changes between Version 8 and Version 9 of webui


Ignore:
Timestamp:
09/25/2020 08:51:57 PM (4 years ago)
Author:
Cale Collins
Comment:

fixed instructions

Legend:

Unmodified
Added
Removed
Modified
  • webui

    v8 v9  
    2929Copy these commands into your console, this can be done as one full block.
    3030{{{
    31 wget -qO - http://www.webmin.com/jcameron-key.asc | sudo apt-key add -
     31wget -qO - https://download.webmin.com/jcameron-key.asc --no-check-certificate | apt-key add -
    3232sudo sh -c 'echo "deb http://download.webmin.com/download/repository sarge contrib" > /etc/apt/sources.list.d/webmin.list'
    3333sudo apt update