quickemu-project / quickemu

Quickly create and run optimised Windows, macOS and Linux virtual machines
MIT License
10.55k stars 460 forks source link

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

Closed EuroNutellaMan closed 3 months ago

EuroNutellaMan commented 3 months ago

Added support for:

Removed support for:

EuroNutellaMan commented 3 months ago

I should have removed the NixOS changes

EuroNutellaMan commented 3 months ago

I can't figure out why the lint shellcheck keeps failing (not too familiar with github yet), do you want me to close this PR and redo it with the suggested changes?

I assumed it was due to the 2nd commit in which I accepted your suggestion, which isn't properly formatted but for whatever reason it doesn't let me rename that commit.

lj3954 commented 3 months ago

I can't figure out why the lint shellcheck keeps failing (not too familiar with github yet), do you want me to close this PR and redo it with the suggested changes?

I assumed it was due to the 2nd commit in which I accepted your suggestion, which isn't properly formatted but for whatever reason it doesn't let me rename that commit.

It's because some of ShellCheck's lints don't align with the formatting used by quickemu. Please add this line above.

shellcheck disable=SC2046,SC2005

EuroNutellaMan commented 3 months ago

I can't figure out why the lint shellcheck keeps failing (not too familiar with github yet), do you want me to close this PR and redo it with the suggested changes?

I assumed it was due to the 2nd commit in which I accepted your suggestion, which isn't properly formatted but for whatever reason it doesn't let me rename that commit.

It's because some of ShellCheck's lints don't align with the formatting used by quickemu. Please add this line above.

shellcheck disable=SC2046,SC2005

Where should I add it exactly?