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