cliphist now in debian official repo

This commit is contained in:
JaKooLit 2023-11-17 09:33:32 +09:00
parent 95f3904c36
commit d8e4b89b97

View File

@ -13,6 +13,7 @@ Extra=(
# packages neeeded # packages neeeded
hypr_package=( hypr_package=(
cliphist
curl curl
dunst dunst
grim grim
@ -108,13 +109,6 @@ for PKG1 in "${hypr_package[@]}" "${hypr_package_2[@]}" "${Extra[@]}"; do
fi fi
done 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 ## Installing pywal colors
printf "\n%s - Installing Pywal.... \n" "${NOTE}" printf "\n%s - Installing Pywal.... \n" "${NOTE}"