From 043f9b84a871f3aaa6e239ea686b6930be088372 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 13 Oct 2023 10:38:46 +0900 Subject: [PATCH] update --- install-scripts/00-hypr-pkgs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-scripts/00-hypr-pkgs.sh b/install-scripts/00-hypr-pkgs.sh index 91e032f..3577ba7 100755 --- a/install-scripts/00-hypr-pkgs.sh +++ b/install-scripts/00-hypr-pkgs.sh @@ -105,6 +105,6 @@ done # Install cliphist using go export PATH=$PATH:/usr/local/go/bin -go install go.senan.xyz/cliphist@latest 2>&1 | tee -a "$LOG" +sudo go install go.senan.xyz/cliphist@latest 2>&1 | tee -a "$LOG" clear