From d8e4b89b97d94ec4df82f112520296b66ab1e528 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 17 Nov 2023 09:33:32 +0900 Subject: [PATCH] cliphist now in debian official repo --- install-scripts/00-hypr-pkgs.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/install-scripts/00-hypr-pkgs.sh b/install-scripts/00-hypr-pkgs.sh index 9ed7fb7..9782447 100644 --- a/install-scripts/00-hypr-pkgs.sh +++ b/install-scripts/00-hypr-pkgs.sh @@ -13,6 +13,7 @@ Extra=( # packages neeeded hypr_package=( + cliphist curl dunst grim @@ -108,13 +109,6 @@ for PKG1 in "${hypr_package[@]}" "${hypr_package_2[@]}" "${Extra[@]}"; do fi done -# Install cliphist using go -export PATH=$PATH:/usr/local/go/bin -go install go.senan.xyz/cliphist@latest 2>&1 | tee -a "$LOG" - -# copy cliphist into /usr/local/bin for some reason it is installing in ~/go/bin -sudo cp -r "$HOME/go/bin/cliphist" "/usr/local/bin/" 2>&1 | tee -a "$LOG" - ## Installing pywal colors printf "\n%s - Installing Pywal.... \n" "${NOTE}"