Add nextcloudcmd as a binary due to packaging issues

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

BIN
dotfiles/local/bin/nextcloudcmd Executable file

Binary file not shown.

View File

@@ -3,7 +3,7 @@
source scripts/p.sh
# Install script dependencies
p i curl git rcm bat batdiff batman fzf eza nextcloud-client zoxide
p i curl git rcm bat batdiff batman fzf eza zoxide
if [ $(pwd) != "$HOME/dotfiles" ]; then
cd $HOME

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