Martin Wimpress
|
7e12bac3e6
|
style: add braces around variable names
|
2024-05-08 15:04:35 +01:00 |
Martin Wimpress
|
f44222ad6f
|
fix(shellcheck): add missing local variable in get_truenas-scale()
|
2024-05-08 15:04:35 +01:00 |
Martin Wimpress
|
d408e15f51
|
refactor: simplify get_tuxedo-os()
|
2024-05-08 15:04:35 +01:00 |
Martin Wimpress
|
3ca857ace8
|
chore(quickget): remove obsolete daily check from ubuntu
|
2024-05-08 15:04:35 +01:00 |
Martin Wimpress
|
ffbace0f4a
|
fix(quickget): add daily-live to ubuntu-server
|
2024-05-08 15:04:35 +01:00 |
Martin Wimpress
|
bad6ad7cd7
|
fix(quickget): make open_homepage() works and swallow stdout/stderr
|
2024-05-06 23:45:52 +01:00 |
Martin Wimpress
|
b8c3f64c1c
|
fix(shellcheck): quote literal { }
https://www.shellcheck.net/wiki/SC1083
|
2024-05-06 23:45:52 +01:00 |
Martin Wimpress
|
c452b138d5
|
style: add space between a functions () and {
|
2024-05-06 23:45:52 +01:00 |
Martin Wimpress
|
f95e0e14cc
|
fix(shellcheck): quote to prevent word splitting
https://www.shellcheck.net/wiki/SC2046
|
2024-05-06 23:45:52 +01:00 |
Martin Wimpress
|
9b72928e36
|
fix(shellcheck): make sure to declare and assign variables separately
https://www.shellcheck.net/wiki/SC2155
|
2024-05-06 23:45:52 +01:00 |
Martin Wimpress
|
0ca8dc6436
|
fix(shellcheck): remove unused variable SEC_BOOT
https://www.shellcheck.net/wiki/SC2034
|
2024-05-06 23:45:52 +01:00 |
Martin Wimpress
|
5b9399ae6d
|
fix(shellcheck): disable SC2046 and SC2005 in releases_() and editions_()
https://www.shellcheck.net/wiki/SC2046
https://www.shellcheck.net/wiki/SC2005
|
2024-05-06 23:45:52 +01:00 |
Martin Wimpress
|
ec7d2886e9
|
fix(shellcheck): correct useless echos SC2005
https://www.shellcheck.net/wiki/SC2005
|
2024-05-06 23:45:52 +01:00 |
zen0bit
|
3f72f6fd47
|
fix: swallow output when killing processes in cleanup()
|
2024-05-06 23:45:52 +01:00 |
Liam
|
2acc2f4f40
|
Fix --url exiting when provided parameters. Closes #1160
|
2024-05-05 09:31:23 +01:00 |
Martin Wimpress
|
04b37ccf02
|
refactor: make zsync_get() consistent with other checks
|
2024-05-04 09:03:44 +01:00 |
Martin Wimpress
|
2e1b556b93
|
fix: correctly format url show daily-live tests
|
2024-05-04 09:03:44 +01:00 |
Martin Wimpress
|
c693dc9ba7
|
fix: prevent daily-live images being downloaded during test
|
2024-05-04 09:03:44 +01:00 |
zen0bit
|
50817d2dba
|
fix: correct shellcheck error 2068
|
2024-05-04 09:03:44 +01:00 |
zen0bit
|
51cbd207fe
|
Sort os_support
|
2024-05-03 18:01:40 +01:00 |
zen0bit
|
e5468e47c5
|
fix: daily-live not shown in checks
|
2024-05-03 18:01:14 +01:00 |
Martin Wimpress
|
945933d5f4
|
fix: exit the tests correctly
|
2024-05-03 18:00:41 +01:00 |
Martin Wimpress
|
b085bebfbe
|
style: update usage/help for quickemu and quickget
|
2024-05-03 18:00:41 +01:00 |
zen0bit
|
6490d48bf9
|
refactor: update help_message(). closes #1148
|
2024-05-03 18:00:41 +01:00 |
Martin Wimpress
|
9b2eeb6f93
|
ci: remove obsolete -ca and -ua arguments. closes #1146
|
2024-05-03 18:00:41 +01:00 |
zen0bit
|
3b7f50d3d5
|
fix: correct help_message() for -ca -ua; make OS optional
|
2024-05-03 18:00:41 +01:00 |
Martin Wimpress
|
b2205dfbd8
|
chore: change exit code in create_conmfig() to 1
|
2024-05-03 10:02:45 +01:00 |
zen0bit
|
d73d54a688
|
refactor: update create_config() function. closes #1104 #1112 #1152
Thanks Liam
|
2024-05-03 10:02:45 +01:00 |
zen0bit
|
0da48d73b0
|
fix: add not_supported_argument()
|
2024-05-03 00:27:56 +01:00 |
zen0bit
|
5026eaef06
|
refactor: replace open_url() with open_homepage()
|
2024-05-03 00:24:52 +01:00 |
Martin Wimpress
|
f5203bec11
|
chore: remove wget
See the following for more information:
- https://github.com/quickemu-project/quickemu/pull/1087
- https://github.com/quickemu-project/quickemu/pull/1133
|
2024-05-02 17:08:51 +01:00 |
Liam
|
b61dd9336b
|
Ignore pretty name in list_csv sorting
|
2024-05-02 07:51:50 +01:00 |
Liam
|
e935f80928
|
Use parallelized list_csv as backend for list_supported
|
2024-05-02 07:51:50 +01:00 |
Liam
|
f1ebc0c505
|
Don't unnecessarily fetch editions for each release
|
2024-05-02 07:51:50 +01:00 |
Liam
|
95b6d8cf41
|
Parallelize list_csv
|
2024-05-02 07:51:50 +01:00 |
zenobit
|
faee2824a9
|
feat: Add nwg-shell
Live ISO based on Arch.
To test out nwg-shell on hyprland or sway
|
2024-05-01 14:53:46 +01:00 |
Phil Clifford
|
fe5bdc3e3a
|
Align Tuxedo function naming
|
2024-04-30 12:26:33 +01:00 |
Phil Clifford
|
5493bb6364
|
remove web_get of chunkcheck
|
2024-04-30 12:18:01 +01:00 |
Phil Clifford
|
a488c2a7df
|
fix: relocatable chunkcheck
|
2024-04-30 12:18:01 +01:00 |
Martin Wimpress
|
e9018c0aaf
|
refactor: drop superfluous sort from editions_fedora()
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
ec8073cd1e
|
Revert "refactor: remove LC_ALL from releases_endeavouros()"
This reverts commit 22ebf5ba1c .
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
acdb709cc6
|
refactor: simplify show_os_info()
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
d79a911d7d
|
refactor: consolidate show_test_result() and show_url_result() in test_result()
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
6aab4a86c2
|
refactor: consolidate list_url_all() and list_check_all() into test_all()
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
26806f9604
|
fix: exit test runs correctly
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
ba5bac7a81
|
style: make shellcheck happier
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
8a1eb9d5dc
|
refactor: rename $just to $OPERATION
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
06fbd84f12
|
fix: limit biglinux to latest release
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
54c149aa6f
|
refactor: remove obsolete new line conversions
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
4c511a74d7
|
feat: make releases_fedora() and editions_fedora() dynamic
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
ef68a6be16
|
refactor: remove line break clean up from releases_arcolinux()
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
2460a8d621
|
refactor: limit bazzite releases to 5
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
7b3abf181e
|
feat: if --check-all is requested with no OS, list URLs for all supported OS
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
1d916a96f5
|
feat: if --url-all is requested with no OS, list URLs for all supported OS
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
3ebcc2297f
|
refactor: use LANG and EDITION in list_supported()
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
a5c2e0dd6b
|
refactor: make use of _show_url_result()
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
491d071fde
|
feat: add show_url_results() to consistently present URL listings
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
11dfed7288
|
chore: remove url testing and checking from download_windows_workstation()
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
f994691dad
|
refactor: use LANG for windows editions
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
7a6b42f8c9
|
fix: get macos URL checks working
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
a279a50fd0
|
refactor: use show_test_result() to out URL check results
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
bd11ebdb91
|
feat: add show_test_result() to output iso checks consistently
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
c6aece3da5
|
fix: limit void releases to the 3 latest to prevent broken downloads
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
e797d55522
|
fix: remove double slashes from get_gentoo()
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
4a422b9465
|
fix: update get_ubuntu-server() to support 14.04 and 16.04
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
a69a28ed4f
|
fix: always process redirections for zorin .iso images
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
7f3d15f298
|
fix: update gnomeos to correctly resolve URLs to .iso images
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
673c38027e
|
fix: limit debian releases so missing downloads are not present
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
0ff9238d85
|
fix: validate os in list_check_all() and list_url_all()
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
443ac72e2f
|
refactor: change GOOD to CHECK and keep it in local scopes
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
4be78cffb5
|
refactor: simplify list_check_all() and list_url_all() initialisation
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
752afa56f4
|
style: reorder variables in get_netboot()
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
95365eb5b6
|
refactor: simplify get_devuan() and update v4 to 4.0.3
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
be32867ebb
|
fix: make sure vxlinux tests pass
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
777f451fe2
|
refactor: make releases_slitaz() dynamic
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
d214ac5e14
|
refactor: make releases_slint() dynamic
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
ccd6dc32c5
|
refactor: make releases_slackware() dynamic
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
e66b92565b
|
refactor: make releases_rockylinux() dynamic
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
8fb58acd23
|
refactor: make releases_void() dynamic
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
af084aeeec
|
refactor: simplify get_tinycore()
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
12b03d0fde
|
refactor: simplify releases_sparkylinux() and editions_sparkylinux()
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
3099d7e96d
|
fix: solus downloads work and releases_solus() and editions_solus() are dynamic
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
ade6860696
|
refactor: simplify releases_openindiana()
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
a09be6a976
|
refactor: update handle_missing() for fedora 40
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
0f3196ad45
|
refactor: simplify releases_openbsd()
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
7ff266466c
|
fix: exclude v8 from releases_netbsd(); no longer available
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
89111cd8de
|
refactor: update release_manjaro() and remove manjaro from handle_missing()
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
cd3f593a7a
|
refactor: remove latest from get_alpine() as releases_alpine() is dynamic
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
6b95069304
|
refactor: simplify releases_freebsd()
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
d111c44368
|
feat: update releases_fedora() to support 40
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
c8ea62e50a
|
refactor: remove LC_ALL from releases_endeavouros()
LC_ALL is set globally at the top of quickget
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
0f970a46f8
|
refactor: simplify releases_dragonflybsd()
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
409523d402
|
refactor: simply release_debian() and get_debian(). make sure tests pass
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
ea99b9393c
|
refactor: make crunchbang++ dynamic
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
b69893f48b
|
fix: do not check for redirects in web_check(). close #1108
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
1ea307fff1
|
refactor: simplify releases_athenaos()
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
12c53d4928
|
refactor: simplify editions_artixlinux()
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
1d4c8c9cce
|
fix: correct double slashed URLs
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
b8387e3446
|
refactor: update releases_ubuntu() and releases_ubuntu-server()
There is no requirement for INTERIM_SUPPORT now 24.04 is out and all the Ubuntu flavour have at least one LTS release.
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
43df80636d
|
refactor: make test output in web_get() consistent with other tests
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
03ac799287
|
fix: preserve case of RELEASE
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
19d8563b79
|
refactor: drop time when running list_supported()
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
dff278a0dd
|
refactor: update deepin functions so it is no longer a special case
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
761ae2bdd5
|
refactor: make alpine dynamic and check for releases
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
f843448218
|
refactor: ubuntu checks via sub-shell in list_check_all(), skip macos and windows
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
9c0d446de6
|
refactor: use sub-shell in list_url_all() to test ubuntu, skip mac and windows
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
50d124294c
|
fix: do not override EDITION in get_*() functions
EDITION is set in the global scope by validate_release(), it should not be passed as an argument.
|
2024-04-30 10:38:47 +01:00 |
Martin Wimpress
|
346d291f73
|
style: add missing function keywords
|
2024-04-30 10:38:47 +01:00 |
zen0bit
|
9cd8938608
|
Reworded OK to PASS, ERROR! to FAIL
|
2024-04-23 10:04:08 +01:00 |
zen0bit
|
1765ae8714
|
Add create_config function (Initial commit)
Not finished
|
2024-04-23 10:04:08 +01:00 |
zen0bit
|
2ddae45d67
|
list_url_all function instead of list_isos, updated
|
2024-04-23 10:04:08 +01:00 |
zen0bit
|
358b0ff514
|
list_check_all function instead of test_isos, updated
|
2024-04-23 10:04:08 +01:00 |
zen0bit
|
b884a6443d
|
chore: Added two missed lines between functions
|
2024-04-23 10:04:08 +01:00 |
zen0bit
|
113bc2a3c9
|
feat: Rewrite test_isos function for one OS only
dirty
|
2024-04-23 10:04:08 +01:00 |
zen0bit
|
76521b9479
|
feat: Rewrite list_isos function for one OS only
dirty
|
2024-04-23 10:04:08 +01:00 |
zen0bit
|
5e2351a446
|
fix: Removed arguments also from run script
|
2024-04-23 10:04:08 +01:00 |
zen0bit
|
02444e74c5
|
feat: Final help message
Less is More
|
2024-04-23 10:04:08 +01:00 |
zen0bit
|
0d6a434ecd
|
Rename tuxedo-os to tuxedoos
|
2024-04-23 10:04:08 +01:00 |
zen0bit
|
5911d2af41
|
Solve 'lists' in case instead in iffi
|
2024-04-23 10:04:08 +01:00 |
Phil Clifford
|
5f6495c871
|
replace blank credentials with '-'
|
2024-04-23 08:02:31 +01:00 |
Phil Clifford
|
d2b6806e08
|
fix small typo
|
2024-04-23 08:02:31 +01:00 |
Phil Clifford
|
18d76996c5
|
Correct SpiralLinux
|
2024-04-23 08:02:31 +01:00 |
Phil Clifford
|
d18fc5ee16
|
Add missed entry for Tuxedo OS
Co-authored-by: TuxVinyards <TuxVinyards@users.noreply.github.com>
|
2024-04-23 08:02:31 +01:00 |
Phil Clifford
|
987fabef2f
|
Move PrimTux and change description to reflect theirs.
|
2024-04-23 08:02:31 +01:00 |
Phil Clifford
|
5b1728481c
|
Add missing GNOME OS entry
|
2024-04-23 08:02:31 +01:00 |
Phil Clifford
|
e03487def3
|
Correct BunsenLabs name
|
2024-04-23 08:02:31 +01:00 |
Phil Clifford
|
daf59c0ab0
|
Correct BigLinux
|
2024-04-23 08:02:31 +01:00 |
Phil Clifford
|
40301415e4
|
Bazzite use Bazzite too, so lets be self-consistent
|
2024-04-23 08:02:31 +01:00 |
Martin Wimpress
|
f2e9a81a0a
|
style: white space clean up
|
2024-04-23 08:01:28 +01:00 |
Martin Wimpress
|
2b05eb832c
|
refactor: do not completely fail macOS verification checks
|
2024-04-23 08:01:28 +01:00 |
Martin Wimpress
|
956a3caec5
|
fix: correct path for macOS downloads
|
2024-04-23 08:01:28 +01:00 |
Martin Wimpress
|
f7a6ec0245
|
refactor: replace wget --spider with web_check; return PASS or FAIL
|
2024-04-23 08:01:28 +01:00 |
Martin Wimpress
|
4efd5f7d93
|
refactor: make --header support in web_get() the same as web_check()
|
2024-04-23 08:01:28 +01:00 |
Martin Wimpress
|
0f69aeae9a
|
feat: add --header support to web_check()
|
2024-04-23 08:01:28 +01:00 |
Liam
|
02b93d9bbe
|
Fix error on invalid OS selection
|
2024-04-23 06:57:19 +01:00 |
Liam
|
9ad1be3ec1
|
Fix windows downloads
|
2024-04-22 17:22:29 +01:00 |
Martin Wimpress
|
f907ddac41
|
chore: preserve recent changes to get_vanillaos()
|
2024-04-21 14:07:10 +01:00 |
Martin Wimpress
|
47eec2fe15
|
chore: preserve recent changes to get_rebornos()
|
2024-04-21 14:07:10 +01:00 |
Martin Wimpress
|
11453885cc
|
chore: preserve recent changes to get_garuda()
|
2024-04-21 14:07:10 +01:00 |
Martin Wimpress
|
66aca19437
|
chore: preserve recent changes to get_freedos()
|
2024-04-21 14:07:10 +01:00 |
Martin Wimpress
|
eed65ddc81
|
chore: preserve recent changes to get_blendos()
|
2024-04-21 14:07:10 +01:00 |
Martin Wimpress
|
0057b3fbee
|
chore: preserve recent changes to get_archcraft()
|
2024-04-21 14:07:10 +01:00 |
zen0bit
|
539731820f
|
feat: Use more cut_1 function
|
2024-04-21 13:57:48 +01:00 |
zen0bit
|
f555b2a3d9
|
fix: Remove second handle_missing function
|
2024-04-21 13:57:48 +01:00 |
zen0bit
|
218d8ca3fd
|
chore: Slightly modified some messages
|
2024-04-21 13:57:48 +01:00 |
zen0bit
|
e49d608473
|
chore: Add 'function' to front of some functions
|
2024-04-21 13:57:48 +01:00 |
zen0bit
|
96cc14a322
|
feat: Add message to web_get test
|
2024-04-21 13:57:48 +01:00 |
zen0bit
|
11a13d4342
|
feat: Add --create-config to new run script (#TODO:)
|
2024-04-21 13:57:48 +01:00 |
zen0bit
|
c1964f37aa
|
feat: Add --url-all to new run script
|
2024-04-21 13:57:48 +01:00 |
zen0bit
|
412d59ab4f
|
feat: Add --url to new run script
|
2024-04-21 13:57:48 +01:00 |
zen0bit
|
3ea219264b
|
feat: Change show_iso_url variable to just="show"
|
2024-04-21 13:57:48 +01:00 |
zen0bit
|
a71c9e107b
|
feat: Add --test-urls to new run script
|
2024-04-21 13:57:48 +01:00 |
zen0bit
|
0b176ba15d
|
feat: Add --list-urls to new run script
|
2024-04-21 13:57:48 +01:00 |
zen0bit
|
675ace38c5
|
feat: Add --list to new run script
|
2024-04-21 13:57:48 +01:00 |
zen0bit
|
b3524d1106
|
feat: Add --list-json to new run script
|
2024-04-21 13:57:48 +01:00 |
zen0bit
|
4099961577
|
feat: Add --list-csv to new run script
|
2024-04-21 13:57:48 +01:00 |
zen0bit
|
a785c3a7b1
|
feat: Add --check-all to new run script
|
2024-04-21 13:57:48 +01:00 |
zen0bit
|
75df94154e
|
feat: Add --check to new run script
|
2024-04-21 13:57:48 +01:00 |
zen0bit
|
32f573fc36
|
feat: Change test_iso_url variable to just="test"
|
2024-04-21 13:57:48 +01:00 |
zen0bit
|
05c7165fbc
|
feat: Add --help to new run script
|
2024-04-21 13:57:48 +01:00 |
zen0bit
|
53e7f2b203
|
fix: Readd renamed error_specify_path function, cleanup
|
2024-04-21 13:57:48 +01:00 |
zen0bit
|
d72f007b9c
|
fix: Readd renamed error_specify_edition function, cleanup
|
2024-04-21 13:57:48 +01:00 |
zen0bit
|
937f68e01f
|
fix: Readd renamed error_specify_release function, cleanup
|
2024-04-21 13:57:48 +01:00 |
zen0bit
|
e0d2f8ebe1
|
feat: Add --version to new run script
|
2024-04-21 13:57:48 +01:00 |
zen0bit
|
1f4e89c098
|
feat: Add --open-homepage to new run script
|
2024-04-21 13:57:48 +01:00 |
zen0bit
|
b23b1c1459
|
fix: Readd renamed error_specify_os function, cleanup
|
2024-04-21 13:57:48 +01:00 |
zen0bit
|
2714661e1b
|
feat: Add reworked os_homepage function, remove old one
|
2024-04-21 13:57:48 +01:00 |
zen0bit
|
b811977464
|
feat: Add --download to new run script
|
2024-04-21 13:57:48 +01:00 |
zen0bit
|
983c6af8a6
|
feat: Change download_iso variable to just="download"
|
2024-04-21 13:57:48 +01:00 |
zen0bit
|
a885ed5b6f
|
feat: Add reworked help_message function
|
2024-04-21 13:57:48 +01:00 |
zen0bit
|
08bcac1cf9
|
fix: Readd renamed error_not_supported_lang function, cleanup
|
2024-04-21 13:57:48 +01:00 |
zen0bit
|
1f084009df
|
fix: Readd renamed error_not_supported_release function, clean up
|
2024-04-21 13:57:48 +01:00 |
zen0bit
|
370d7d5843
|
fix: Readd renamed error_not_supported_editions function, cleanup
|
2024-04-21 13:57:48 +01:00 |
zen0bit
|
c5ec090970
|
fix: Readd renamed error_not_supported_os function, cleanup
|
2024-04-21 13:57:48 +01:00 |
zen0bit
|
9bbfd6dafe
|
feat: Add new run script
|
2024-04-21 13:57:48 +01:00 |
zen0bit
|
12a17a82a6
|
feat: Add show_os_info function
|
2024-04-21 13:57:48 +01:00 |
zen0bit
|
ba67f7ff71
|
feat: Add reworked pretty_name function, remove old one
|
2024-04-21 13:57:48 +01:00 |
zen0bit
|
39d1bff0c2
|
chore: Add function beware cut_1 function
|
2024-04-21 13:57:48 +01:00 |
zen0bit
|
a948ece78d
|
chore: Slightly modify code style in get_rockylinux function
|
2024-04-21 13:57:48 +01:00 |
zen0bit
|
7814f74377
|
chore: Slighlty modify chunkcheck message
|
2024-04-21 13:57:48 +01:00 |
zen0bit
|
6ae74a397c
|
chore: Move get_biglinux function
|
2024-04-21 13:57:48 +01:00 |
zen0bit
|
7a88eab9af
|
chore: Move get_blendos function
|
2024-04-21 13:57:48 +01:00 |
zen0bit
|
a2b6250680
|
chore: Move get_rebornos function
|
2024-04-21 13:57:48 +01:00 |
zen0bit
|
07b1284d2a
|
chore: Move get_bunsenlabs function
|
2024-04-21 13:57:48 +01:00 |
zen0bit
|
3d36ea703d
|
chore: Move get_archcraft function
|
2024-04-21 13:57:48 +01:00 |
zen0bit
|
87c70e10ee
|
chore: Move get_vanillaos function
|
2024-04-21 13:57:48 +01:00 |
zen0bit
|
7cd3e4e669
|
chore: Make editions_fedora on one line
|
2024-04-21 13:57:48 +01:00 |
zen0bit
|
d90b1ac669
|
chore: Make indentation consistent
|
2024-04-21 13:57:48 +01:00 |
zen0bit
|
d7cbf04f47
|
chore: Change tabs to spaces
|
2024-04-21 13:57:48 +01:00 |
zen0bit
|
158bbf36c4
|
fix: Remove tux logo from comment
|
2024-04-21 13:57:48 +01:00 |
Martin Wimpress
|
70984dfda9
|
refactor: simplify get_antix()
|
2024-04-21 09:59:48 +01:00 |
Martin Wimpress
|
41b734e23a
|
refactor: tidy up get_chimeralinux()
|
2024-04-21 09:59:48 +01:00 |
Martin Wimpress
|
592572345c
|
refactor: make hardcoded URL in get_archcraft() dynamic
|
2024-04-21 09:59:48 +01:00 |
Martin Wimpress
|
eb78e7780e
|
fix: make hash checking work in get_archlinux()
|
2024-04-21 09:59:48 +01:00 |
Martin Wimpress
|
0cd462408a
|
feat: make releases_vanillaos() dynamic
|
2024-04-21 09:59:48 +01:00 |
Martin Wimpress
|
f6ce01a09e
|
feat: make releases_centos-stream() dynamic and drop v8
The CentOS Stream 8 EOL is very close, so removing it now.
|
2024-04-21 09:59:48 +01:00 |
Martin Wimpress
|
636dc16f7a
|
feat: make editions_cachyos() dynamic and simplify
|
2024-04-21 09:59:48 +01:00 |
Martin Wimpress
|
c864de7876
|
refactor: present current release name in releases_bunsenlabs()
|
2024-04-21 09:59:48 +01:00 |
Martin Wimpress
|
c36497a88a
|
feat: make blendos_releases() dynamic and simplify
|
2024-04-21 09:59:48 +01:00 |
Martin Wimpress
|
af7fe35742
|
feat: make releases_batocera() dynamic
|
2024-04-21 09:59:48 +01:00 |