Update main.sh
This commit is contained in:
parent
80d6f34d87
commit
71f791e420
8
main.sh
8
main.sh
@ -2,12 +2,6 @@
|
|||||||
|
|
||||||
DEBIAN_FRONTEND=noninteractive
|
DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
# Add dependent repositories
|
|
||||||
wget -q -O - https://ppa.pika-os.com/key.gpg | sudo apt-key add -
|
|
||||||
add-apt-repository https://ppa.pika-os.com
|
|
||||||
add-apt-repository ppa:pikaos/pika
|
|
||||||
add-apt-repository ppa:kubuntu-ppa/backports
|
|
||||||
|
|
||||||
# Clone Upstream
|
# Clone Upstream
|
||||||
git clone --recurse-submodules https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
|
git clone --recurse-submodules https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
|
||||||
cd xdg-desktop-portal-hyprland
|
cd xdg-desktop-portal-hyprland
|
||||||
@ -15,8 +9,6 @@ git checkout v0.4.0
|
|||||||
cp -rvf ../debian ./
|
cp -rvf ../debian ./
|
||||||
|
|
||||||
# Get build deps
|
# Get build deps
|
||||||
ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime
|
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get install -y tzdata
|
|
||||||
apt-get build-dep ./ -y
|
apt-get build-dep ./ -y
|
||||||
|
|
||||||
# Build package
|
# Build package
|
||||||
|
Loading…
Reference in New Issue
Block a user