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
commitc1494a6f9676011fe287cbe598cc15faf536939a (patch)
tree2319d2a218929de449c1fed6718ec6f10c2d3619 /install.sh
parentAdd All the Birds in the Sky (diff)
downloadsrc-c1494a6f9676011fe287cbe598cc15faf536939a.tar.gz
src-c1494a6f9676011fe287cbe598cc15faf536939a.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
 }