From 0e69572a4a0a1de10ad33b2128b7c40735c15bfb Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 15 Oct 2023 15:53:16 +0900 Subject: [PATCH] cliphist update, readme update --- README.md | 2 ++ install-scripts/00-hypr-pkgs.sh | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) 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