Update main.sh
This commit is contained in:
parent
3f195aae96
commit
1fc8d6fefb
10
main.sh
10
main.sh
@ -7,11 +7,13 @@ 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
|
||||
apt install pika-sources.deb --yes --option Acquire::Retries=5 --option Acquire::http::Timeout=100 --option Dpkg::Options::="--force-confnew"
|
||||
|
||||
# Clone Upstream
|
||||
mkdir -p ./src-pkg-name
|
||||
cp -rvf ./debian ./src-pkg-name/
|
||||
cd ./src-pkg-name/
|
||||
wget -nv https://github.com/hyprwm/xdg-desktop-portal-hyprland/releases/download/v0.4.0/v0.4.0.tar.gz
|
||||
tar -xf ./v0.4.0.tar.gz
|
||||
mkdir -p ./xdph
|
||||
cp -rvf ./debian ./xdph/
|
||||
cd ./xdph/
|
||||
|
||||
# Get build deps
|
||||
ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime
|
||||
|
Loading…
Reference in New Issue
Block a user