From eca6d9a3b93169b2432d53478d5a6edc975debba Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Tue, 9 Feb 2021 21:40:12 -0500 Subject: Install sct My eyes are so much happier with sct 4500 oh my god. --- install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'install.sh') 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() { -- cgit 1.4.1