Created
January 11, 2024 14:57
-
-
Save jimoconnell/dc71fae59bf79241f7798f11c278cbd8 to your computer and use it in GitHub Desktop.
install_webmin.bash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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