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}"