diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-07-02 17:17:12 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-07-02 17:17:12 +0100 |
commit | 2a8c3b76b443b335bf6757325fe3229e5f311b1c (patch) | |
tree | 13f9a0569344cca8cd90788feb16521a8119dc52 /provision_openbsd.ksh | |
parent | 97c1412d7d9986963e986f5dd5769f4cd62f7899 (diff) |
added redis
Diffstat (limited to 'provision_openbsd.ksh')
-rwxr-xr-x | provision_openbsd.ksh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/provision_openbsd.ksh b/provision_openbsd.ksh index 5d595cd..31e3099 100755 --- a/provision_openbsd.ksh +++ b/provision_openbsd.ksh @@ -35,7 +35,7 @@ if [ "$?" != 0 ]; then fi -doas pkg_add fzf the_silver_searcher zip +doas pkg_add redis colorls fzf the_silver_searcher zip if [ $INC_CODE -eq 1 ]; then ssh-add -v |