Add nextcloudcmd as a binary due to packaging issues

This commit is contained in:
2024-04-23 16:23:37 +01:00
parent c7aa25e2ab
commit 179b22e7b1
3 changed files with 2 additions and 1 deletions

View File

@@ -222,6 +222,7 @@ p() (
}
# If no parameter or u
echo "Available package managers: ${packageManagers[@]}"
if [ -z $1 ] || [ $1 = "u" ]; then
updateP
return 0