diff options
Diffstat (limited to 'install.sh')
-rw-r--r-- | install.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/install.sh b/install.sh index ebce2b02..bd60c202 100644 --- a/install.sh +++ b/install.sh @@ -17,7 +17,9 @@ FreeBSD() { OpenBSD() { doas pkg_add $packages - test $X && doas pkg_add imv scrot w3m-- xcursor-dmz xsel + if test $X; then + doas pkg_add imv scrot sct w3m-- xcursor-dmz xsel + fi } Linux() { |