USB OFFLINE: Ubuntu 24.04 Webmin: Difference between revisions

From OnnoCenterWiki
Jump to navigationJump to search
Created page with " apt update apt -y install webmin --install-recommends"
 
No edit summary
Line 1: Line 1:


sudo su
  apt update
  apt update
  apt -y install webmin --install-recommends
cd /usr/local/src/
curl -o webmin-setup-repos.sh https://raw.githubusercontent.com/webmin/webmin/master/webmin-setup-repos.sh
sh webmin-setup-repos.sh
  apt-get install --install-recommends webmin

Revision as of 06:38, 19 October 2024

sudo su
apt update
cd /usr/local/src/
curl -o webmin-setup-repos.sh https://raw.githubusercontent.com/webmin/webmin/master/webmin-setup-repos.sh
sh webmin-setup-repos.sh
apt-get install --install-recommends webmin