summary refs log tree commit diff
path: root/install.sh
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-02-09 21:40:12 -0500
committerJune McEnroe <june@causal.agency>2021-02-09 21:44:03 -0500
commiteca6d9a3b93169b2432d53478d5a6edc975debba (patch)
treebd31b6d0e7be3801361ac5d148c8053ead635d73 /install.sh
parentShow minutes left instead of battery percentage (diff)
downloadsrc-eca6d9a3b93169b2432d53478d5a6edc975debba.tar.gz
src-eca6d9a3b93169b2432d53478d5a6edc975debba.zip
Install sct
My eyes are so much happier with sct 4500 oh my god.
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh4
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() {