This commit is contained in:
parent
191b3ba53b
commit
63f819be58
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -1,4 +1,4 @@
|
||||
steamdeck-jupiter-driver (20221213.1-99pika8-lunar) lunar; urgency=low
|
||||
steamdeck-jupiter-driver (20221213.1-200pika1) pikauwu; urgency=low
|
||||
|
||||
* Initial Creation
|
||||
|
||||
|
4
debian/prerm
vendored
4
debian/prerm
vendored
@ -8,6 +8,4 @@ systemctl disable --now jupiter-fan-control.service || echo "jupiter-fan-control
|
||||
systemctl --global disable --now sdgyrodsu.service || echo "sdgyrodsu service could not be disabled"
|
||||
systemctl disable --now sdgyrodsu.service || echo "sdgyrodsu service could not be disabled"
|
||||
systemctl --global disable --now jupiter-controller-update.service || echo "jupiter-controller-updatel service could not be disabled"
|
||||
systemctl --global disable --now jupiter-fan-control.service || echo "jupiter-fan-control service could not be disabled"
|
||||
rm /usr/lib/systemd/system/jupiter-controller-update.service || echo "jupiter-controller-update service could not be disabled"
|
||||
rm /usr/lib/systemd/system/jupiter-fan-control.service || echo "jupiter-fan-control service could not be disabled"
|
||||
systemctl --global disable --now jupiter-fan-control.service || echo "jupiter-fan-control service could not be disabled"
|
1
main.sh
1
main.sh
@ -17,6 +17,7 @@ apt-get build-dep ./ -y
|
||||
|
||||
# Patch
|
||||
for i in ../patches/*.patch; do patch -Np1 -i $i;done
|
||||
rm -rfv /usr/lib/systemd/system/multi-user.target.wants
|
||||
|
||||
# Build package
|
||||
dpkg-buildpackage --no-sign
|
||||
|
@ -2,7 +2,7 @@
|
||||
rsync -azP --include './' --include '*.deb' --exclude '*' ./output/ ferreo@direct.pika-os.com:/srv/www/incoming/
|
||||
|
||||
# add debs to repo
|
||||
ssh ferreo@direct.pika-os.com 'aptly repo add -force-replace -remove-files pika-main /srv/www/incoming/'
|
||||
ssh ferreo@direct.pika-os.com 'aptly repo add -force-replace -remove-files pikauwu-main /srv/www/incoming/'
|
||||
|
||||
# publish the repo
|
||||
ssh ferreo@direct.pika-os.com 'aptly publish update -batch -skip-contents -force-overwrite lunar filesystem:pikarepo:'
|
||||
ssh ferreo@direct.pika-os.com 'aptly publish update -batch -skip-contents -force-overwrite pikauwu filesystem:pikarepo:'
|
Loading…
Reference in New Issue
Block a user