mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 18:20:13 +01:00
updated to install cliphist
This commit is contained in:
parent
fce3dd9ab0
commit
e88fc0eaf7
@ -112,6 +112,15 @@ for PKG1 in "${hypr_package[@]}" "${hypr_package_2[@]}" "${Extra[@]}"; do
|
||||
fi
|
||||
done
|
||||
|
||||
|
||||
# Install cliphist using go
|
||||
printf "\n%s - Installing cliphist using go.... \n" "${NOTE}"
|
||||
export PATH=$PATH:/usr/local/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"
|
||||
|
||||
## making brightnessctl work
|
||||
sudo chmod +s $(which brightnessctl) 2>&1 | tee -a "$LOG" || true
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user