mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-07 17:05:33 +02:00
fix: add macports note for installing gnutar
This commit is contained in:
parent
fd234005ec
commit
0daeceff9f
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ async function unpackFirefoxSource(name: string): Promise<void> {
|
||||||
// check for it and ask for the user to install it if necessary
|
// check for it and ask for the user to install it if necessary
|
||||||
if (!commandExistsSync('gtar')) {
|
if (!commandExistsSync('gtar')) {
|
||||||
throw new Error(
|
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`
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue