From c3518f946f0a8c38d44aa103157df744fa9f37c4 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 8 Feb 2021 17:23:03 -0500 Subject: Use xsel in up and add it do install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.sh') 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() { -- cgit 1.4.1