Update main.sh
This commit is contained in:
parent
c9ba301644
commit
24a90c50f9
7
main.sh
7
main.sh
@ -1,11 +1,5 @@
|
|||||||
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/KyleGospo/jupiter-fan-control
|
git clone https://github.com/KyleGospo/jupiter-fan-control
|
||||||
git clone https://github.com/KyleGospo/jupiter-hw-support
|
git clone https://github.com/KyleGospo/jupiter-hw-support
|
||||||
@ -17,7 +11,6 @@ cp -rvf ./debian ./steamdeck-jupiter-driver
|
|||||||
cd ./steamdeck-jupiter-driver
|
cd ./steamdeck-jupiter-driver
|
||||||
|
|
||||||
# Get build deps
|
# Get build deps
|
||||||
ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime
|
|
||||||
apt-get build-dep ./ -y
|
apt-get build-dep ./ -y
|
||||||
|
|
||||||
# Build package
|
# Build package
|
||||||
|
Loading…
Reference in New Issue
Block a user