summary refs log tree commit diff
path: root/install.sh
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-01-15 18:08:20 -0500
committerJune McEnroe <june@causal.agency>2020-01-15 18:08:20 -0500
commitee344c8db0aaeb3696c8803ac807e03b6466c9f1 (patch)
tree514eabcdab3906a7b9acce98c97bbecbe258bd2b /install.sh
parentHighlight single-char variables nested in make interpolations (diff)
downloadsrc-ee344c8db0aaeb3696c8803ac807e03b6466c9f1.tar.gz
src-ee344c8db0aaeb3696c8803ac807e03b6466c9f1.zip
Remove git from install.sh
If I have a copy of install.sh it's because I already git cloned this
repo... Also I've replaced git with git-lite on FreeBSD since git added
a dependency on subversion...
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index f271a0c2..5768baff 100644
--- a/install.sh
+++ b/install.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 set -eu
 
-pkgAny='curl git htop mksh sl the_silver_searcher tree'
+pkgAny='curl htop mksh sl the_silver_searcher tree'
 pkgDarwin="${pkgAny} gnupg2"
 pkgFreeBSD="${pkgAny} ddate gnupg neovim"
 pkgNetBSD="${pkgAny} gnupg2 vim"