summary refs log tree commit diff
path: root/install.sh
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-02-23 13:12:05 -0500
committerJune McEnroe <june@causal.agency>2021-02-23 13:12:40 -0500
commit1b235488895f8d5a8774fda8619ce4ceef994867 (patch)
tree874c0a88150f42644cf04fca097f08e26be5cd0d /install.sh
parentPublish "Operating systems" (diff)
downloadsrc-1b235488895f8d5a8774fda8619ce4ceef994867.tar.gz
src-1b235488895f8d5a8774fda8619ce4ceef994867.zip
Switch to Go Mono on OpenBSD
Luxi's uncrossed zero is just too bad. Oh and lower case l is also
better in Go.
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 bd60c202..2bcb2225 100644
--- a/install.sh
+++ b/install.sh
@@ -18,7 +18,7 @@ FreeBSD() {
 OpenBSD() {
 	doas pkg_add $packages
 	if test $X; then
-		doas pkg_add imv scrot sct w3m-- xcursor-dmz xsel
+		doas pkg_add go-fonts imv scrot sct w3m-- xcursor-dmz xsel
 	fi
 }