From ce32967823903bf3ba95df71b24517cd27593974 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 17 May 2021 17:23:27 -0400 Subject: 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 :( --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.sh') 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 } -- cgit 1.4.1