quickemu-project / quickemu

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

fix: Change greps for parrotsec and nixos to use flags acceptable to MacOS #1486

Closed philclifford closed 1 month ago

philclifford commented 1 month ago

Description

Two packages used PCRE syntax which is not supported by the BSD grep present on MacOS. These changes move from '-P' to '-E' syntax.

Type of change