From 0f352396be05823ef0ed8a387b4c92c7e14736e8 Mon Sep 17 00:00:00 2001 From: Daniel Markstedt Date: Mon, 27 Nov 2023 16:02:01 +0900 Subject: [PATCH] easyinstall.sh: fix typos in script syntax (#1391) * easyinstall.sh: fix typo in sudoCache() function name * Fix typo in apt-get command --- easyinstall.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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