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

BIN
dotfiles/local/bin/nextcloudcmd Executable file

Binary file not shown.

View File

@@ -3,7 +3,7 @@
source scripts/p.sh source scripts/p.sh
# Install script dependencies # 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 if [ $(pwd) != "$HOME/dotfiles" ]; then
cd $HOME cd $HOME

View File

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