summary refs log tree commit diff
path: root/install.sh
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-05-17 17:23:27 -0400
committerJune McEnroe <june@causal.agency>2021-05-17 17:23:59 -0400
commitce32967823903bf3ba95df71b24517cd27593974 (patch)
tree81c22ad2cb75edf07e19fdcadd748e1f820d38e3 /install.sh
parentAdd All the Birds in the Sky (diff)
downloadsrc-ce32967823903bf3ba95df71b24517cd27593974.tar.gz
src-ce32967823903bf3ba95df71b24517cd27593974.zip
Install firefox on OpenBSD
I feel like I'm using Windows when I open firefox... But it's so
hard to get by without it :(
Diffstat (limited to '')
-rw-r--r--install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index ce736450..9e18c6bf 100644
--- a/install.sh
+++ b/install.sh
@@ -18,7 +18,7 @@ FreeBSD() {
 OpenBSD() {
 	doas pkg_add $packages
 	if test $X; then
-		doas pkg_add go-fonts imv scrot sct w3m-- xcursor-dmz xsel
+		doas pkg_add firefox go-fonts imv scrot sct w3m-- xcursor-dmz xsel
 	fi
 }