diff --git a/src/commands/download/firefox.ts b/src/commands/download/firefox.ts index d04d19e..bb79aa6 100644 --- a/src/commands/download/firefox.ts +++ b/src/commands/download/firefox.ts @@ -62,7 +62,7 @@ async function unpackFirefoxSource(name: string): Promise { // check for it and ask for the user to install it if necessary if (!commandExistsSync('gtar')) { throw new Error( - `GNU Tar is required to extract Firefox's source on MacOS. Please install it using the command |brew install gnu-tar| and try again` + `GNU Tar is required to extract Firefox's source on MacOS. Please install it using the command |brew install gnu-tar| or |sudo port install gnutar| and try again` ) }