Changes between Version 8 and Version 9 of webui
- Timestamp:
- 09/25/2020 08:51:57 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
webui
v8 v9 29 29 Copy these commands into your console, this can be done as one full block. 30 30 {{{ 31 wget -qO - http ://www.webmin.com/jcameron-key.asc | sudoapt-key add -31 wget -qO - https://download.webmin.com/jcameron-key.asc --no-check-certificate | apt-key add - 32 32 sudo sh -c 'echo "deb http://download.webmin.com/download/repository sarge contrib" > /etc/apt/sources.list.d/webmin.list' 33 33 sudo apt update