Add nextcloudcmd as a binary due to packaging issues
This commit is contained in:
BIN
dotfiles/local/bin/nextcloudcmd
Executable file
BIN
dotfiles/local/bin/nextcloudcmd
Executable file
Binary file not shown.
@@ -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
|
||||
|
||||
@@ -222,6 +222,7 @@ p() (
|
||||
}
|
||||
|
||||
# If no parameter or u
|
||||
echo "Available package managers: ${packageManagers[@]}"
|
||||
if [ -z $1 ] || [ $1 = "u" ]; then
|
||||
updateP
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user