Skip to content

Commit

Permalink
docs: add zstd to prerequistes
Browse files Browse the repository at this point in the history
Signed-off-by: Nianyu Shen <[email protected]>
  • Loading branch information
nianyush committed Oct 9, 2024
1 parent 88e8f87 commit 7eb52b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- `bash`
- `rsync`
- `jq`
- `zstd`
- `conntrack` (for `pxke` clusters only)

## Quick Start
Expand Down
2 changes: 1 addition & 1 deletion palette-agent-install.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ else
fi

# Check if the required tools are installed
dependencies=(bash systemctl jq rsync)
dependencies=(bash systemctl jq rsync zstd)
for dep in "${dependencies[@]}"; do
check_dependency $dep
done
Expand Down

0 comments on commit 7eb52b9

Please sign in to comment.