Update main.sh
This commit is contained in:
parent
f8fb05fbbb
commit
0dc8ef317d
7
main.sh
7
main.sh
@ -1,10 +1,5 @@
|
||||
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
|
||||
git clone https://gitlab.gnome.org/GNOME/gnome-shell -b 43.1
|
||||
mv ./gnome-shell ./gnome-shell-vrr
|
||||
@ -12,8 +7,6 @@ cp -rvf ./debian ./gnome-shell-vrr
|
||||
cd ./gnome-shell-vrr
|
||||
|
||||
# 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
|
||||
|
||||
# Build package
|
||||
|
Loading…
Reference in New Issue
Block a user