Commit Graph

1165 Commits

Author SHA1 Message Date
Kenichi Kamiya e4c2c5cf2b fix(nixos): support only latest 25.05
Previously, edition fallback logic allowed downloading the correct
"graphical" ISO for 25.05 even when specifying "plasma6" or "gnome".
However, the VM_PATH and directory name still used the original edition
(e.g., nixos-25.05-plasma6). Fixing this would require more complicated
changes to the code.

NixOS 24.11 will reach EOL on 2025-06-30, about two weeks from now.
2025-07-07 12:27:34 +01:00
Kenichi Kamiya 91e06a64fd fix(nixos): update editions
- Drop legacy 23.11 support; now only 24.11 or later is allowed
- Fallback to "graphical" edition except 24.11
- Do not display "graphical" edition to users;
  it is not supported in 24.11
2025-07-07 12:27:34 +01:00
TheMuso 9f90d46ea1
feat: Add support for FreeDOS 1.4 (#1678) 2025-06-18 02:45:25 +01:00
Liam 0e6be87757 fix(solus): update editions function to find correct editions 2025-05-26 19:22:51 +00:00
Phil Clifford 517ba94203 fix: adapt openindiana release search to updated website 2025-05-25 02:32:19 +00:00
Lorenzo 2129abf060 Fixed parrotsec urls 2025-05-11 14:24:49 +01:00
Liam 6b51f740a4 feat: Add Bazzite Deck; fix: Correct bazzite filenames 2025-04-17 17:49:05 +00:00
Phil Clifford 727708b1ae
fix: handle pclinuxos inconsistent naming (#1629)
* fix: handle inconsistent filenaming

They name releases with a dash for mate and a dot for the others.  No bets on when they notice this and make it consistent.  In case they somehow get a dashed name first swap the dotty ones too.
2025-04-15 13:18:07 +01:00
user20198 0c4e257048
feat: Add PCLinuxOS to quickget (#1610)
* Add PCLinuxOS to quickget


---------

Co-authored-by: Phil Clifford <philclifford@users.noreply.github.com>
2025-04-12 23:07:25 +01:00
Anatoli Babenia 616d10b594
feat(quickget): Show download path (#1516)
* feat(quickget): Show full download path


---------

Co-authored-by: Phil Clifford <philclifford@users.noreply.github.com>
2025-04-12 21:50:08 +01:00
Phil Clifford 40f86c0af1 chore: move arco to author-requested release source 2025-04-12 20:43:28 +00:00
Liam 9dc70808c5 fix: Better match parrotsec releases 2025-04-12 20:29:09 +00:00
Phil Clifford 3da9edc995
fix: correctly match editions (#1585)
Closes #1583
2025-02-09 16:53:45 -08:00
Liam f87cc613ab
fix: Correctly throw errors when an invalid option is passed (#1560)
* fix: Correctly throw errors when a parameter is not fully matched
2025-02-01 14:39:48 +00:00
Liam 70b531c463
fix: Allow non-v24 arcolinux releases (#1575) 2025-02-01 14:37:21 +00:00
Liam eb0fd03137
fix: Disregard curl configuration (#1571) 2025-01-29 10:54:23 +00:00
hyperpuncher 20b17cb129
feat: Linux Mint 22.1 support (#1563) 2025-01-18 15:12:21 -08:00
debuggerx01 37190c7b3a
fix(macos): Correct version user receives from quickget; add sequoia (#1550)
* fix(macos): quickget macos sonoma download sequoia BaseSystem.dmg

* feat: Add macOS Sequoia

---------

Co-authored-by: Liam <33645555+lj3954@users.noreply.github.com>
2025-01-15 11:36:50 -06:00
zenobit 622ecfd4a4
fix(siduction): Update to Shine_on+ (#1549) 2025-01-05 03:11:39 +00:00
debuggerx01 238ec98071
fix(windows): Fix the download of the Chinese Windows ISO. (#1540)
* Fix the download of the Chinese Windows ISO.
2024-12-30 21:54:14 +00:00
Silke Hofstra 652708388e fix(solus): update Solus URLs
The latest Solus release has changed the naming of ISOs:

- Update all related functions to support the ISO name
  format used in the latest release.
- Use the directory listings in order to support more releases in the future.
2024-12-30 10:58:46 +00:00
Phil Clifford 373f133ac7
fix(easyos): move to dynamic release behaviour (#1494)
The static list included a release that has been removed
and also  hard coded mappings for 2023 and 2024. This dynamically determines the latest two years
and finds available releases in those years, so will still provide reasonable service next year.
2024-12-30 10:58:18 +00:00
lwbt 42c83f7e6a
fix: TrueNAS Scale download (#1539)
* fix: TrueNAS Scale download

* Update endless to 6.0.4
2024-12-30 10:57:02 +00:00
Jack Wasey 6334e82a42
feat: Add proxmox-ve (#1518)
* Add proxmox-ve

* Dynamically detect proxmox-ve releases

* fix: Address shellcheck lint

---------

Co-authored-by: Jack antibes admin <jmin@antibes.walton>
Co-authored-by: Liam <33645555+lj3954@users.noreply.github.com>
2024-12-30 10:56:16 +00:00
Liam 2c22f0c31e
fix(windows): Use new Microsoft JSON API to fix URL generation (#1534) 2024-12-20 17:52:09 +00:00
Daniel Napora 122992112b
feat: Add Mabox Linux (#1531) 2024-12-19 16:27:37 +00:00
Phil Clifford e27aa30804
feat: add support for elementary 8.0 (#1533) 2024-12-18 20:47:18 +00:00
Gordon Schulz ec0f276abf
fix(fedora): Check whether the link value contains an actual .iso file (#1503)
* fix(fedora): Check whether the link value contains an actual .iso file

Also remove the SHA256 requirement. Fedora provides these for all links
now.
Fixes #1502

* refactor(fedora): Use more concise function to filter out non-ISO files

---------

Co-authored-by: Liam <33645555+lj3954@users.noreply.github.com>
2024-11-08 02:12:41 -06:00
Phil Clifford 16a43af329
fix(fedora): handle the space in the beta release (#1492)
* fix(fedora): handle the space in the beta release

fixes #1462
adjust the RELEASE to remove and replace the space

* fix(fedora): only list available editions where a release is selected

fixes #1493
2024-10-29 12:01:33 +00:00
Martin M. S. Pedersen 17a5971e49 fix: Use HTTPS URLs wherever possible 2024-10-21 15:44:06 -05:00
Zeglius 3f7bc4a77a fix: increase default disk size for bazzite to 64GB minimum 2024-10-21 15:37:39 -05:00
Liam 24e081752d refactor: Improve not equals syntax in get_deepin function 2024-10-19 19:29:22 -05:00
Phil Clifford 8299bfc896 fix(deepin): Correct architecture insertion logic
so Deepin 23 and  later are correctly adjusted.
2024-10-19 19:29:22 -05:00
Alex Genovese 1638b7a721
fix: Archcraft and ReactOS ISO naming and editions quoting (#1468)
* proper fix for 'editions'

quotes needed on editions function call to prevent globbing  ....

* fix archcraft download

otherwise just downloads with filename 'download' without even a .iso extension

* refactor: Use web_redirect function to get archcraft URL


---------

Co-authored-by: Liam <33645555+lj3954@users.noreply.github.com>
2024-10-19 22:47:04 +01:00
Alex Genovese 9d4b82db20
fix: dynamic grep latest MX linux and sort Kolibri (#1479)
* Fix: add dynamic grep for latest MX linux releases
* add quick fix for kolibri url
* add Kolibri editions and 7zip extraction
2024-10-19 22:35:38 +01:00
Alex Genovese 3de28e1e56
fix: CachyOS downloads (#1483)
* update cachyos to new  editions

only two editions now and a revised cdn setup
2024-10-18 19:43:14 +01:00
Phil Clifford 8eda1e1150 fix(parrotsec): change grep to not use perl regexp so MacOS/BSD are happier 2024-10-18 17:26:48 +01:00
Phil Clifford 66a0af3a92 fix(nixos): change grep to not use perl regexp so MacOS/BSD are happier 2024-10-18 17:26:48 +01:00
Phil Clifford 0f8d56d2c8
fix: blendOS now has a single current iso (#1481)
* fix: blendOS now has a single current iso

Select a reasonable mirror as the old choice is unreliable

Co-authored-by: Liam <33645555+lj3954@users.noreply.github.com>
2024-10-17 20:54:57 +01:00
Agustin Ferrario 002e366552 Add Haiku r1beta5
Added the lastest release from Haiku (r1beta5).
2024-09-30 17:37:36 +01:00
zenobit 3a20b31b49 fix: open homepage
introduced in
aa285f0f6e
2024-09-30 17:36:10 +01:00
Phil Clifford 17f3cd7eeb
refactor: remove redundant code from resolve_quickemu() (#1404)
* fix: remove redundant command call

* fix: test local quickemu is executable
2024-09-30 17:34:17 +01:00
Aaron Honeycutt 04be5de7f1 remove popos 21.10
this is an unsupported release now
2024-09-30 17:31:43 +01:00
Mario Kneidinger 4a871fff22 chore(new supported release): Added support for Linux Mint 22 2024-09-30 17:31:12 +01:00
Gitsarry 790484cb7d fix: use double brackets for if clause with and & or concatenation
Previous does not work with Bash version 5.2.15(1)-release (x86_64-pc-linux-gnu)
2024-08-27 10:54:08 +01:00
Luke Yelavich 42c90e9771 feat: Add support for OpenSuse Aeon 2024-08-27 10:45:47 +01:00
Agustin Isasmendi 9332ff25cd fix: #1391 Change http to https endpoints for macos download 2024-08-27 10:45:15 +01:00
Phil Clifford 0cfeffbc82 docs: fix small usage typo 2024-08-27 10:44:27 +01:00
Phil Clifford 75bd81d1e9 fix: get sparky info from mirror 2024-08-27 10:42:20 +01:00
Phil Clifford bc2858ecbf fix: dequote editions pipe 2024-08-27 10:35:34 +01:00