From 8253189f6ed09da89e9d0d29a808f3efe6a285e9 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 2 May 2024 20:00:23 +0900 Subject: [PATCH] updated hypr-eco.sh --- install-scripts/hypr-eco.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install-scripts/hypr-eco.sh b/install-scripts/hypr-eco.sh index ab1ea84..764eebf 100755 --- a/install-scripts/hypr-eco.sh +++ b/install-scripts/hypr-eco.sh @@ -17,7 +17,10 @@ LOG="Install-Logs/install-$(date +%d-%H%M%S)_hypr_eco.log" # Hyprland Plugins # pyprland https://github.com/hyprland-community/pyprland installing using python +printf "${NOTE} Installing pyprland\n" + pip install pyprland 2>&1 | tee -a "$LOG" || True +curl https://raw.githubusercontent.com/hyprland-community/pyprland/main/scripts/get-pypr | sh 2>&1 | tee -a "$LOG" clear