From 0691e08e85025a27591773dd4b63af09c11f1669 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Tue, 10 Feb 2026 12:21:46 -0800 Subject: [PATCH] break everything but cosmo communicator --- debian/changelog | 19 +++++++++++ debian/postinst | 82 ++++++++++++++++++++++++------------------------ 2 files changed, 60 insertions(+), 41 deletions(-) diff --git a/debian/changelog b/debian/changelog index a136b46..20506c9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,22 @@ +gemian-system (0.11+nmu3) bookworm; urgency=medium + + * allow insecure curl + + -- Penelope Gwen Mon, 09 Feb 2026 00:10:13 -0800 + +gemian-system (0.11+nmu2) bookworm; urgency=medium + + * break script for everything but the cosmo communicator lmao + + -- Penelope Gwen Sun, 08 Feb 2026 23:46:24 -0800 + +gemian-system (0.11+nmu1) bookworm; urgency=medium + + * Non-maintainer upload. + * maybe fix for bookworm + + -- Penelope Gwen Sun, 08 Feb 2026 22:30:57 -0800 + gemian-system (0.1) stretch; urgency=low * Initial release diff --git a/debian/postinst b/debian/postinst index cbe1563..8d989f6 100755 --- a/debian/postinst +++ b/debian/postinst @@ -13,39 +13,39 @@ android_system_dir="unknown" android_system_img="unknown" target_checksum="unknown" -if [[ "$cmdline" =~ ^(.*)androidboot.hardware\=mt6797(.*)$ ]]; -then - device="mt6797" -fi +#if [[ "$cmdline" =~ ^(.*)androidboot.hardware\=mt6797(.*)$ ]]; +#then +# device="mt6797" +#fi -if [[ "$cmdline" =~ ^(.*)androidboot.hardware\=mt6771(.*)$ ]]; -then +#if [[ "$cmdline" =~ ^(.*)androidboot.hardware\=mt6771(.*)$ ]]; +#then device="mt6771" -fi +#fi -if [[ "$cmdline" =~ ^(.*)androidboot.hardware\=mt6873(.*)$ ]]; -then - device="mt6873" -fi +#if [[ "$cmdline" =~ ^(.*)androidboot.hardware\=mt6873(.*)$ ]]; +#then +# device="mt6873" +#fi -if [ -f "/proc/device-tree/model" -a "$device" == unknown ]; -then - model=$(