summary refs log tree commit diff
path: root/install.sh
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-02-08 17:23:03 -0500
committerJune McEnroe <june@causal.agency>2021-02-08 17:23:03 -0500
commitc3518f946f0a8c38d44aa103157df744fa9f37c4 (patch)
treee0676515964ca69af19624572f00eaea06b1632b /install.sh
parentSwap root window colours (diff)
downloadsrc-c3518f946f0a8c38d44aa103157df744fa9f37c4.tar.gz
src-c3518f946f0a8c38d44aa103157df744fa9f37c4.zip
Use xsel in up and add it do install.sh
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index e05ea760..cc80e226 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
+	test $X && doas pkg_add imv scrot xcursor-dmz xsel
 }
 
 Linux() {