mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 18:20:13 +01:00
updated install script for xdph
This commit is contained in:
parent
4246795c92
commit
3e99052bf5
@ -24,12 +24,8 @@ LOG="install-$(date +%d-%H%M%S)_xdph.log"
|
|||||||
|
|
||||||
# Clone and build xdg-desktop-portal-hyprland
|
# Clone and build xdg-desktop-portal-hyprland
|
||||||
printf "${NOTE} Installing xdg-desktop-portal-hyprland...\n"
|
printf "${NOTE} Installing xdg-desktop-portal-hyprland...\n"
|
||||||
if git clone https://github.com/hyprwm/xdg-desktop-portal-hyprland.git 2>&1 | tee -a "$LOG"; then
|
if git clone --recursive https://github.com/hyprwm/xdg-desktop-portal-hyprland 2>&1 | tee -a "$LOG"; then
|
||||||
cd xdg-desktop-portal-hyprland || exit 1
|
cd xdg-desktop-portal-hyprland || exit 1
|
||||||
cd subprojects
|
|
||||||
git clone https://github.com/hyprwm/hyprland-protocols.git
|
|
||||||
git clone https://github.com/Kistler-Group/sdbus-cpp.git
|
|
||||||
cd ..
|
|
||||||
make all
|
make all
|
||||||
if sudo make install 2>&1 | tee -a "$LOG"; then
|
if sudo make install 2>&1 | tee -a "$LOG"; then
|
||||||
printf "${OK} xdg-desktop-portal-hyprland installed successfully.\n"
|
printf "${OK} xdg-desktop-portal-hyprland installed successfully.\n"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user