Update main.sh
This commit is contained in:
parent
df1fb33b42
commit
58f9bf38a0
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
|
|
||||||
#apt install pika-sources.deb --yes --option Acquire::Retries=5 --option Acquire::http::Timeout=100 --option Dpkg::Options::="--force-confnew"
|
|
||||||
# Clone Upstream
|
# Clone Upstream
|
||||||
|
|
||||||
wget -nv https://gitlab.freedesktop.org/wayland/wayland/-/archive/1.22.0/wayland-1.22.0.tar.gz
|
wget -nv https://gitlab.freedesktop.org/wayland/wayland/-/archive/1.22.0/wayland-1.22.0.tar.gz
|
||||||
@ -16,8 +10,6 @@ cp -rvf ./debian ./wayland-1.22.0/
|
|||||||
cd ./wayland-1.22.0/
|
cd ./wayland-1.22.0/
|
||||||
|
|
||||||
# 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
|
||||||
|
Reference in New Issue
Block a user