summary refs log tree commit diff
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
commit43f9150eec1c1fa603c6dec9bbeef4a6acfd2184 (patch)
tree3b6f62688e5d95160c85c86d6b18097a47a4fccf
parentHighlight single-char variables nested in make interpolations (diff)
downloadsrc-43f9150eec1c1fa603c6dec9bbeef4a6acfd2184.tar.gz
src-43f9150eec1c1fa603c6dec9bbeef4a6acfd2184.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 '')
-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"