Update main.sh
This commit is contained in:
parent
2c94744a1f
commit
6794e63467
7
main.sh
7
main.sh
@ -1,18 +1,11 @@
|
|||||||
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 https://github.com/benjamimgois/goverlay -b 0.9.1
|
git clone https://github.com/benjamimgois/goverlay -b 0.9.1
|
||||||
cp -rvf ./debian ./goverlay
|
cp -rvf ./debian ./goverlay
|
||||||
cd ./goverlay
|
cd ./goverlay
|
||||||
|
|
||||||
# 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