mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-07 17:05:33 +02:00
Merge pull request #16 from PeterCardenas/add-macports-note
fix: add macports note for installing gnutar
This commit is contained in:
commit
9f5996b461
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
|
||||
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`
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue