Update main.sh

This commit is contained in:
ferrreo 2023-06-10 21:23:41 +01:00 committed by GitHub
parent 63b9656676
commit 5dec5c206a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,11 +9,11 @@ add-apt-repository ppa:pikaos/pika
add-apt-repository ppa:kubuntu-ppa/backports add-apt-repository ppa:kubuntu-ppa/backports
# Clone Upstream # Clone Upstream
wget -nv https://github.com/hyprwm/xdg-desktop-portal-hyprland/releases/download/v0.4.0/v0.4.0.tar.gz wget -nv https://github.com/hyprwm/xdg-desktop-portal-hyprland/archive/refs/tags/v0.4.0.tar.gz
tar -xf ./v0.4.0.tar.gz tar -xf ./v0.4.0.tar.gz
mkdir -p ./xdph mkdir -p ./xdg-desktop-portal-hyprland-0.4.0
cp -rvf ./debian ./xdph/ cp -rvf ./debian ./xdg-desktop-portal-hyprland-0.4.0/
cd ./xdph/ cd ./xdg-desktop-portal-hyprland-0.4.0/
# Get build deps # Get build deps
ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime