Update hypr-eco.sh

This commit is contained in:
Ja.KooLit 2024-05-10 14:30:48 +09:00 committed by GitHub
parent ccbcc44cb9
commit 240e2e5f74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,8 @@
# Hyprland plugins: pyprland # Hyprland plugins: pyprland
pypr_depend=( pypr_depend=(
python-is-python3 python3-aiofiles
python-is-python3
) )
## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ## ## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ##
@ -40,8 +41,6 @@ printf "${NOTE} Installing pyprland\n"
curl https://raw.githubusercontent.com/hyprland-community/pyprland/main/scripts/get-pypr | sh 2>&1 | tee -a "$LOG" curl https://raw.githubusercontent.com/hyprland-community/pyprland/main/scripts/get-pypr | sh 2>&1 | tee -a "$LOG"
pip install pyprland --break-system-packages 2>&1 | tee -a "$LOG" pip install pyprland 2>&1 | tee -a "$LOG"
cleaer