mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 18:20:13 +01:00
cliphist now in debian official repo
This commit is contained in:
parent
95f3904c36
commit
d8e4b89b97
@ -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}"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user