diff --git a/easyinstall.sh b/easyinstall.sh index ef852625..335cf1a2 100755 --- a/easyinstall.sh +++ b/easyinstall.sh @@ -92,7 +92,7 @@ function initialChecks() { } # Only to be used for pi-gen automated install -function cacheSudo() { +function sudoCache() { echo "Caching sudo password" echo raspberry | sudo -v -S } @@ -969,7 +969,7 @@ function installWebmin() { curl -o setup-repos.sh https://raw.githubusercontent.com/webmin/webmin/master/setup-repos.sh sudo sh setup-repos.sh -f rm setup-repos.sh - sudo apt-get install webmin --install-recommends --assume-yes