Update main.sh
This commit is contained in:
parent
d5765fcaa0
commit
0ed622493a
9
main.sh
9
main.sh
@ -9,11 +9,10 @@ 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/archive/refs/tags/v0.4.0.tar.gz
|
git clone --recurse-submodules https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
|
||||||
tar -xf ./v0.4.0.tar.gz
|
cd xdg-desktop-portal-hyprland
|
||||||
mkdir -p ./xdg-desktop-portal-hyprland-0.4.0
|
git checkout v0.4.0
|
||||||
cp -rvf ./debian ./xdg-desktop-portal-hyprland-0.4.0/
|
cp -rvf ../debian ./
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user