add if statement for solopasha/hyprland
This commit is contained in:
parent
380de70a05
commit
dd4205d259
1 changed files with 6 additions and 1 deletions
|
@ -54,7 +54,12 @@ sudo dnf install -y \
|
||||||
docker-buildx-plugin docker-compose-plugin
|
docker-buildx-plugin docker-compose-plugin
|
||||||
|
|
||||||
## Aktiviere das COPR-Repository von solopasha/hyprland:
|
## Aktiviere das COPR-Repository von solopasha/hyprland:
|
||||||
sudo dnf copr enable solopasha/hyprland
|
if dnf copr list | grep -q 'solopasha/hyprland'; then
|
||||||
|
echo "solopasha/hyprland Copr-Repo ist bereits aktiviert"
|
||||||
|
else
|
||||||
|
sudo dnf copr enable solopasha/hyprland
|
||||||
|
echo "solopasha/hyprland Copr-Repo wurde hinzugefügt"
|
||||||
|
fi
|
||||||
sudo dnf install satty nwg-look cliphist
|
sudo dnf install satty nwg-look cliphist
|
||||||
sudo dnf update
|
sudo dnf update
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue