summary refs log tree commit diff
path: root/install.sh
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-02-09 18:12:16 -0500
committerJune McEnroe <june@causal.agency>2021-02-09 18:12:16 -0500
commit2d4336d8b765e9faad3ba0b7f6b651b3a6e1351d (patch)
tree9ded1c32b4b1c060bca83870d302c81471e48576 /install.sh
parentDisable mouse mode in xterm (diff)
downloadsrc-2d4336d8b765e9faad3ba0b7f6b651b3a6e1351d.tar.gz
src-2d4336d8b765e9faad3ba0b7f6b651b3a6e1351d.zip
Use w3m to open other URLs
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 cc80e226..ebce2b02 100644
--- a/install.sh
+++ b/install.sh
@@ -17,7 +17,7 @@ FreeBSD() {
 
 OpenBSD() {
 	doas pkg_add $packages
-	test $X && doas pkg_add imv scrot xcursor-dmz xsel
+	test $X && doas pkg_add imv scrot w3m-- xcursor-dmz xsel
 }
 
 Linux() {