From 63f819be58e06c0037c285ed000bd2afbb457045 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Fri, 29 Sep 2023 14:50:29 +0300 Subject: [PATCH] --- debian/changelog | 2 +- debian/prerm | 4 +--- main.sh | 1 + release.sh | 4 ++-- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 996e19c..4b3433c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/debian/prerm b/debian/prerm index 1b8ef9e..08a6535 100755 --- a/debian/prerm +++ b/debian/prerm @@ -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" \ No newline at end of file +systemctl --global disable --now jupiter-fan-control.service || echo "jupiter-fan-control service could not be disabled" \ No newline at end of file diff --git a/main.sh b/main.sh index 4c6e347..00fbc84 100755 --- a/main.sh +++ b/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 diff --git a/release.sh b/release.sh index 5c59923..1575255 100755 --- a/release.sh +++ b/release.sh @@ -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:' \ No newline at end of file