From 00e0f6ff25e2f5bec6deb31a0b80b5d462d2b37c Mon Sep 17 00:00:00 2001 From: Luke Date: Fri, 16 Feb 2018 18:16:45 -0700 Subject: [PATCH] screenkey moved to AUR --- src/larbs.sh | 1 - src/larbs_user.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/larbs.sh b/src/larbs.sh index f678bd8..a356840 100755 --- a/src/larbs.sh +++ b/src/larbs.sh @@ -154,7 +154,6 @@ blue \[4\/6\] Now installing main programs \(graphics\)... pacman --noconfirm --needed -Sy \ feh \ imagemagick \ - screenkey \ scrot \ libcaca || (red Error installing graphic packages. Check your internet connection and pacman keyring.) diff --git a/src/larbs_user.sh b/src/larbs_user.sh index a549a6a..8949eb9 100755 --- a/src/larbs_user.sh +++ b/src/larbs_user.sh @@ -69,7 +69,7 @@ do aurcheck transmission-remote-cli-git ;; 8) - aurcheck bash-pipes cli-visualizer speedometer neofetch + aurcheck bash-pipes cli-visualizer speedometer neofetch screenkey ;; esac done