chore(updated supported releases): Updated support for ParrotOS 6.1 (#1279)

* chore(updated supported releases): Updated support for ParrotOS 6.1 and NixOS 24.05

Added support for:

- ParrotOS 6.1
- NixOS 24.05

Removed support for:

- ParrotOS 5.9
- NixOS 23.05

* Apply suggestions from code review

Co-authored-by: Liam <33645555+lj3954@users.noreply.github.com>

* chore: Removed changes to NixOS

---------

Co-authored-by: Liam <33645555+lj3954@users.noreply.github.com>
This commit is contained in:
Lorenzo Brzek 2024-06-24 11:01:50 +02:00 committed by GitHub
parent 9303b73ebe
commit 7e919dac30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -943,7 +943,7 @@ function releases_oraclelinux() {
} }
function releases_parrotsec() { function releases_parrotsec() {
echo 6.0 5.3 echo $(web_pipe "https://download.parrot.sh/parrot/iso/" | grep -o -P '(?<=href=")[0-9].*(?=/")' | sort -nr | head -n +2)
} }
function editions_parrotsec() { function editions_parrotsec() {