diff options
Diffstat (limited to 'install.sh')
-rw-r--r-- | install.sh | 2 |
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 } |