Skip to content

Commit

Permalink
add findutils on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Dec 10, 2023
1 parent c737b33 commit ae99f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if (uname | grep 'Darwin'); then
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
fi

GNU_UTILS="coreutils gnu-sed grep moreutils"
GNU_UTILS="coreutils gnu-sed grep moreutils findutils"
BREW_PACKAGES="pyenv syncthing tmux neovim helix fish watch xz htop yt-dlp rustup rsync tree nmap pandoc ripgrep wget jq ncdu ruby graphviz gimp"
LIBS_PACKAGES="hdf5 c-blosc"
GIT_PACKAGES="git git-delta git-annex rclone git-annex-remote-rclone git-lfs"
Expand Down

0 comments on commit ae99f37

Please sign in to comment.