This commit is contained in:
2024-11-12 13:53:01 -07:00
parent 663a4131d5
commit c76255da8b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ function handleCheckInstallPackages() {
sudo apt install -y "$installPackagees"
returnStatus
else
writeToLog "No pissing packages found, continuing"
writeToLog "No missing packages found, continuing"
fi
}