diff --git a/README.md b/README.md index b4c5af2..5959d4c 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,8 @@ log into your account - Does not work in Ubuntu 23.04 +- sddm blackscreen when log-out + ### 👍 Final Notes - join my discord channel [`Discord`](https://discord.gg/V2SJ92vbEN) - Feel free to copy, re-distribute, and use this script however you want. Would appreciate if you give me some loves by crediting my work :) diff --git a/install-scripts/00-hypr-pkgs.sh b/install-scripts/00-hypr-pkgs.sh index 0b31ee7..712bf2b 100755 --- a/install-scripts/00-hypr-pkgs.sh +++ b/install-scripts/00-hypr-pkgs.sh @@ -106,6 +106,8 @@ done # Install cliphist using go export PATH=$PATH:/usr/local/go/bin -sudo go install go.senan.xyz/cliphist@latest 2>&1 | tee -a "$LOG" +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 "~/go/bin/cliphist" "/usr/local/bin/" 2>&1 | tee -a "$LOG" clear