easyinstall.sh: fix typo in sudoCache() function name

This commit is contained in:
Daniel Markstedt 2023-11-27 09:27:46 +09:00 committed by GitHub
parent 28959aaf97
commit 1f78c5b584
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
}