Skip to content

Commit

Permalink
build.sh: install bash on freebsd
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Maestas authored and mrjbq7 committed Feb 12, 2022
1 parent cb3c9d5 commit 3b04ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Expand Up @@ -745,7 +745,7 @@ install_deps_dnf() {
}

install_deps_pkg() {
sudo pkg install --yes git gmake gcc rlwrap ripgrep curl gmake x11-toolkits/gtk30 x11-toolkits/gtkglext pango cairo vim
sudo pkg install --yes bash git gmake gcc rlwrap ripgrep curl gmake x11-toolkits/gtk30 x11-toolkits/gtkglext pango cairo vim
}


Expand Down

0 comments on commit 3b04ba4

Please sign in to comment.