This commit is contained in:
2020-07-31 12:44:03 -04:00
parent c3daf96353
commit 6f65b0707f
5 changed files with 30 additions and 12 deletions
+1 -1
View File
@@ -37,5 +37,5 @@ elif [ -n "$(command -v yum)" ]; then
elif [ -n "$(command -v dnf)" ]; then
process_fedora
else
echo "Package update command not found!"
echo "Package manager not found!"
fi