diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-07-10 20:17:40 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-07-10 20:17:40 +0100 |
commit | 3f49ac14d1ae70cdb79e956731064086d40f6ef4 (patch) | |
tree | bd16edffd81099ebd36b5960ae56f20ae632c17d | |
parent | c4f3f980fc7f374c3ce31991011f118dbd8487b7 (diff) | |
parent | 587fed3bb6003f3c986d428c70eebf9cd173ed90 (diff) |
Merge branch 'master' of gitlab.com:yulqen/bash-scripts
Diffstat (limited to '')
-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 b2858d0..794ed69 100755 --- a/provision_openbsd.ksh +++ b/provision_openbsd.ksh @@ -54,7 +54,7 @@ create_venvs() { print "virtualenv created" } -doas pkg_add fzf the_silver_searcher zip +doas pkg_add ectags fzf the_silver_searcher zip if [ $INC_CODE -eq 1 ]; then ssh-add -v |