From dbe2a4462332d6ab4d0b2764d2fdad40822c9308 Mon Sep 17 00:00:00 2001 From: Uri Herrera Date: Thu, 8 Aug 2024 13:19:17 -0600 Subject: [PATCH] update pkg --- debian/changelog | 8 ++++++++ etc/calamares/modules/shellprocess_nx-SP#01linker.conf | 9 +++++---- etc/calamares/modules/shellprocess_nx-SP#02rdpkg.conf | 9 +++++---- etc/calamares/modules/welcomeq.conf | 4 ++-- 4 files changed, 20 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index b98a238..c2ca330 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +calamares-qml-settings-nitrux (1.7.8+new-dev) nitrux; urgency=medium + + * Adjust the time before downloading the scripts so that at least they don't fail to download because of that. + * Change the path where the scripts are downloaded to /usr/bin. + * Increase the storage and ram requirements to continue with the installation. + + -- Uri Herrera Thu, 08 Aug 2024 13:19:00 -0500 + calamares-qml-settings-nitrux (1.7.8+new-dev) nitrux; urgency=medium * Change the timeout for linker to 120 seconds. diff --git a/etc/calamares/modules/shellprocess_nx-SP#01linker.conf b/etc/calamares/modules/shellprocess_nx-SP#01linker.conf index dbd2d94..f807265 100644 --- a/etc/calamares/modules/shellprocess_nx-SP#01linker.conf +++ b/etc/calamares/modules/shellprocess_nx-SP#01linker.conf @@ -8,7 +8,8 @@ dontChroot: false timeout: 120 script: - - "wget -P @@ROOT@@/bin https://raw.githubusercontent.com/Nitrux/storage/master/Scripts/linker" - - "chmod +x @@ROOT@@/bin/linker" - - "bash @@ROOT@@/bin/linker" - - "rm @@ROOT@@/bin/linker" + - "ntpdate pool.ntp.org" + - "wget -P @@ROOT@@/usr/bin https://raw.githubusercontent.com/Nitrux/storage/master/Scripts/linker" + - "chmod +x @@ROOT@@/usr/bin/linker" + - "bash @@ROOT@@/usr/bin/linker" + - "rm @@ROOT@@/usr/bin/linker" diff --git a/etc/calamares/modules/shellprocess_nx-SP#02rdpkg.conf b/etc/calamares/modules/shellprocess_nx-SP#02rdpkg.conf index 84005f0..93d5033 100644 --- a/etc/calamares/modules/shellprocess_nx-SP#02rdpkg.conf +++ b/etc/calamares/modules/shellprocess_nx-SP#02rdpkg.conf @@ -8,7 +8,8 @@ dontChroot: false timeout: 120 script: - - "wget -P @@ROOT@@/bin https://raw.githubusercontent.com/Nitrux/storage/master/Scripts/undebianize" - - "chmod +x @@ROOT@@/bin/undebianize" - - "bash @@ROOT@@/bin/undebianize" - - "rm @@ROOT@@/bin/undebianize" + - "ntpdate pool.ntp.org" + - "wget -P @@ROOT@@/usr/bin https://raw.githubusercontent.com/Nitrux/storage/master/Scripts/undebianize" + - "chmod +x @@ROOT@@/usr/bin/undebianize" + - "bash @@ROOT@@/usr/bin/undebianize" + - "rm @@ROOT@@/usr/bin/undebianize" diff --git a/etc/calamares/modules/welcomeq.conf b/etc/calamares/modules/welcomeq.conf index 430ef64..09d89b3 100644 --- a/etc/calamares/modules/welcomeq.conf +++ b/etc/calamares/modules/welcomeq.conf @@ -19,8 +19,8 @@ showReleaseNotesUrl: true showDonateUrl: https://opencollective.com/nitrux requirements: - requiredStorage: 13.19 - requiredRam: 1.87 + requiredStorage: 15.21 + requiredRam: 2.00 internetCheckUrl: - https://nxos.org - https://raw.githubusercontent.com