Commit graph

537 commits

Author SHA1 Message Date
f554bcddfd Add Ventoy 2023-09-16 10:47:27 +02:00
76eed0b17f gabeeos: update 2023-09-16 10:47:27 +02:00
159d3a534f Add Miyo Linux 2023-09-16 10:47:27 +02:00
c46b983108 agarimos: update 2023-09-16 10:47:27 +02:00
c9a7973788 Move Ubuntu 22.10 releases into eol
https://github.com/quickemu-project/quickemu/pull/724
Co-authored-by: Phil Clifford <philip.clifford@gmail.com>
2023-09-16 10:47:27 +02:00
dee5224103 Adjusted check values
https://github.com/quickemu-project/quickemu/pull/735
Co-authored-by: Alejandro <alejandro@criadoperez.com>
2023-09-16 10:47:27 +02:00
22d4e3fee1 blendos: update
https://github.com/quickemu-project/quickemu/pull/729
2023-09-16 10:47:27 +02:00
c915692583 arco: update
https://github.com/quickemu-project/quickemu/pull/731
2023-09-16 10:47:27 +02:00
27534985e7 manjaro: update
https://github.com/quickemu-project/quickemu/pull/742
2023-09-16 10:47:27 +02:00
4f400b0523 devuan: update to 5.0 2023-09-16 10:47:27 +02:00
6ddb96f255 vanillaos (change position in script NO CODE CHANGE) 2023-09-16 10:47:27 +02:00
7d62bf1e59 Add Bodhi Linux 2023-09-16 10:47:27 +02:00
80ad43840e Add Athena OS 2023-09-16 10:47:27 +02:00
f6d34bc3e4 Add Void Puppy 2023-09-16 10:47:27 +02:00
38fec19191 Add TUXEDO OS 2023-09-16 10:47:27 +02:00
2d2b99ecf5 Add SlitaZ Linux 2023-09-16 10:47:27 +02:00
7020ff9171 Add GabeeOS 2023-09-16 10:47:27 +02:00
7c2b62199b Add F-void 2023-09-16 10:47:27 +02:00
cdd0744fa1 Add DietPi 2023-09-16 10:47:27 +02:00
109c77148a Add Cereus Linux 2023-09-16 10:47:27 +02:00
f167d7b888 Add BigLinux 2023-09-16 10:47:27 +02:00
2ff9789315 Add AgarimOS 2023-09-16 10:47:27 +02:00
d8e85f4762 siduction: update to 2023.1.1 2023-09-16 10:47:27 +02:00
465edc1f43 vxlinux: update to 5.5 2023-09-16 10:47:27 +02:00
e82681ff6b sort functions alphabetically 2023-09-14 14:45:37 +02:00
dfe1578d73 holoiso: update to 4.5 2023-09-14 13:51:49 +02:00
Martin Wimpress
008478d85e
feat: add automatic Windows 10 and 11 iso downloads. Close #563 2023-06-14 12:30:45 +01:00
Martin Wimpress
4ce607e681
fix: remov trailing period from vmlinux releases 2023-06-14 12:25:23 +01:00
Martin Wimpress
d79dfb7240
chore: white space clean up 2023-06-14 10:10:52 +01:00
Martin Wimpress
2c0b1f59b7
feat: change default OpenCore resolution to 1920x1080 2023-06-14 10:10:33 +01:00
Martin Wimpress
3468c3a4d8
feat: add quickget support for macOS Ventura 2023-06-14 10:09:37 +01:00
031660cb4b XeroLinux 2023-06-14 09:47:13 +01:00
Aaron Honeycutt
dc313fe383 Update to NixOS 23.05 2023-06-14 09:46:34 +01:00
Carl George
387d05615a Use geo-distributed mirror for Alma URL
Rackspace's mirror network is geographically distributed.  Requesting
the mirror.rackspace.com endpoint will point you at the closest mirror
to your location.  It will even route you to the next nearest mirror in
the case of an outage.  Hard coding this to the lon.mirror.rackspace.com
endpoint forces every user to route through London, regardless of their
location.
2023-06-14 09:45:38 +01:00
Wojciech Bernatek
0762a2abd6 fix url and iso name for rockylinux versions 2023-06-14 09:45:13 +01:00
Phil Clifford
44a8c68aef The daily isos demand a minimum of 18G
Otherwise they refuse to install. Added some overhead to allow for trying package updating and installation as well.
daily-canary appears to have returned as well
2023-06-14 09:42:34 +01:00
Phil Clifford
92371b60c3 Correction of release naming
They should always have respected the RELEASE
Add new daily-legacy release
2023-06-14 09:42:34 +01:00
Phil Clifford
eb8d4ec173
Add ubuntu server (#702)
* merged 577

fixed conflicts and readme


Co-authored-by: funk-on-code  <funk-on-code@users.noreply.github.com>

* Corrected ubuntu-server implementation

naming aligned
releases corrected
implemented daily-live

maybe some more alignement and refactoring possible

---------

Co-authored-by: funk-on-code  <funk-on-code@users.noreply.github.com>
2023-06-14 09:40:47 +01:00
Phil Clifford
ddc23b9f77
Fix: Account for BlendOS 23.04 images moving to sourceforge (#699)
* Fix: initial correction for 23.04 moving to sourceforge
and also now having 2 editions

* tested and tidied
2023-04-30 11:52:23 +01:00
Chase Covello
215633947e
Add initial Solaris/Illumos/OpenIndiana support (#697)
* Add initial Solaris/Illumos support

* Fix OpenIndiana kernel panic on boot

The OpenIndiana kernel panics on boot in the AHCI driver. Switching the
machine type from "q35" to "pc" seems to fix the issue.

* Fix Illumos/OpenIndiana USB controller issue.

* Add openindiana support

* Updated quickget with current OpenIndiana release

* Change OpenIndiana video card to vmware-svga

OpenIndiana's default Xorg configuration doesn't work with QXL, virtio,
or VGA, but it does with vmware-svga.

* Updated man pages for OpenIndiana support

* Changed default Solaris/OpenIndiana boot to legacy

The OpenIndiana installer defaults to MBR partition table and BIOS boot
code even in EFI mode, so changed quickget to set 'boot="legacy"' in the
configuration file.

---------

Co-authored-by: Phil Clifford <philip.clifford@gmail.com>
2023-04-30 11:51:54 +01:00
Phil Clifford
53a4100905 Add Vanilla OS 2023-04-30 11:49:26 +01:00
Phil Clifford
b9ba135884 whitespace cleanup 2023-04-30 11:49:26 +01:00
Phil Clifford
ce1cadb09b Lose empty echo 2023-04-30 11:49:26 +01:00
6e9405a42f SteamOS 2023-04-30 11:47:45 +01:00
994de923a8 Added vxlinux 6.1.2 2023-04-26 11:34:27 +01:00
ba7621944d VX-Linux 2023-04-26 11:34:27 +01:00
deraffe
6a612bd104 Fix aria2 using wrong destination directory
If you have set a download directory in aria2's config, quickget will
download files to the wrong directory. This overwrites that setting and
downloads files to the correct location.

Quote from `aria2c(1)`:
> `-o, --out=<FILE>`
>   The file name of the downloaded file. It is
>   always relative to the directory given in
>   `--dir` option.
2023-04-26 11:32:58 +01:00
8b256bb57d
Update cachyos to latest version (#666) 2023-04-26 11:31:43 +01:00
Phil Clifford
31bba1073b
Add Endless OS (#642)
Co-authored-by: Martin Wimpress <304639+flexiondotorg@users.noreply.github.com>
2023-04-26 11:28:36 +01:00
Phil Clifford
6f8f99dc17 dynamic fetching of release tags
also swap wgets for curls
2023-04-26 11:26:08 +01:00