Skip to content

Instantly share code, notes, and snippets.

@jimoconnell
Created January 11, 2024 14:57
Show Gist options
  • Save jimoconnell/dc71fae59bf79241f7798f11c278cbd8 to your computer and use it in GitHub Desktop.
Save jimoconnell/dc71fae59bf79241f7798f11c278cbd8 to your computer and use it in GitHub Desktop.
install_webmin.bash
sudo apt update
curl -fsSL https://download.webmin.com/jcameron-key.asc | sudo gpg --dearmor -o /usr/share/keyrings/webmin.gpg
echo 'deb [signed-by=/usr/share/keyrings/webmin.gpg] http://download.webmin.com/download/repository sarge contrib' | tee >> /etc/apt/sources.list
sudo apt update
sudo apt install webmin -y
echo "From https://www.digitalocean.com/community/tutorials/how-to-install-webmin-on-ubuntu-22-04"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment