Update main.sh
This commit is contained in:
parent
c1ac530b5a
commit
68b2a642b9
4
main.sh
4
main.sh
@ -6,7 +6,7 @@ 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.com/asus-linux/asusctl -b 4.6.0-rc1
|
||||
git clone https://gitlab.com/asus-linux/asusctl -b 4.6.0
|
||||
cp -rvf ./debian ./asusctl
|
||||
cd ./asusctl
|
||||
|
||||
@ -16,7 +16,7 @@ DEBIAN_FRONTEND=noninteractive apt-get install -y tzdata
|
||||
apt-get build-dep ./ -y
|
||||
|
||||
# Build package
|
||||
LOGNAME=root dh_make --createorig -y -l -p asusctl_4.6.0-rc1
|
||||
LOGNAME=root dh_make --createorig -y -l -p asusctl_4.6.0
|
||||
dpkg-buildpackage
|
||||
|
||||
# Move the debs to output
|
||||
|
Loading…
Reference in New Issue
Block a user