Skip to content

Commit

Permalink
update pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
UriHerrera committed Aug 8, 2024
1 parent 411c2b9 commit dbe2a44
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 10 deletions.
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> 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.
Expand Down
9 changes: 5 additions & 4 deletions etc/calamares/modules/shellprocess_nx-SP#01linker.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
9 changes: 5 additions & 4 deletions etc/calamares/modules/shellprocess_nx-SP#02rdpkg.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions etc/calamares/modules/welcomeq.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dbe2a44

Please sign in to comment.