diff options
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 |