From 940966c2e4768e2efda129d50955f40604182274 Mon Sep 17 00:00:00 2001 From: jeremymigonis Date: Sun, 7 Jun 2026 12:14:48 -0500 Subject: [PATCH] Add instructions.md --- instructions.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 instructions.md diff --git a/instructions.md b/instructions.md new file mode 100644 index 0000000..00b4808 --- /dev/null +++ b/instructions.md @@ -0,0 +1,9 @@ +Linux machine steps to take after install. +Install Webmin: +curl -o webmin-setup-repo.sh https://raw.githubusercontent.com/webmin/webmin/master/webmin-setup-repo.sh +sudo sh webmin-setup-repo.sh + +Debian/Ubuntu: sudo apt-get install webmin --install-recommends +RHEL: sudo dnf install webmin + +Docker host?