Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert using macOS combo Update #4

Open
GGitR opened this issue Oct 15, 2017 · 4 comments
Open

Revert using macOS combo Update #4

GGitR opened this issue Oct 15, 2017 · 4 comments

Comments

@GGitR
Copy link

GGitR commented Oct 15, 2017

I ran the following command:

cd /tmp; curl -s -o NightPatch.zip https://codeload.github.com/pookjw/NightPatch/zip/master; unzip -o -qq NightPatch.zip; cd NightPatch-master; chmod +x NightPatch.sh; ./NightPatch.sh --fix

I receive the following error:

Downloading pbzx-master... (https://github.com/NiklasRosenstein/pbzx)
######################################################################## 100.0%
Compiling pbzx...
Downloading catalog...
######################################################################## 100.0%
Parsing catalog...
gunzip: /tmp/NightPatch-tmp/assets.sucatalog.gz: not in gzip format
cat: /tmp/NightPatch-tmp/assets.sucatalog: No such file or directory
Downloading update file...
curl: (3) malformed
Extracting... (1)
Could not open package for expansion: /tmp/update.pkg
./NightPatch.sh: line 231: cd: /tmp/NightPatch-tmp/1: No such file or directory
ERROR : Failed to extract pkg file. Re-downloading...
Downloading catalog...
######################################################################## 100.0%
Parsing catalog...
gunzip: /tmp/NightPatch-tmp/assets.sucatalog.gz: not in gzip format
cat: /tmp/NightPatch-tmp/assets.sucatalog: No such file or directory
Downloading update file...
curl: (3) malformed
Extracting... (1)
Could not open package for expansion: /tmp/update.pkg
./NightPatch.sh: line 231: cd: /tmp/NightPatch-tmp/1: No such file or directory
ERROR : Failed to extract pkg file. Re-downloading...
ERROR : Failed to unpack update file.

@pookjw
Copy link
Owner

pookjw commented Oct 15, 2017

Delete /tmp/update.pkg if exists, and I need a more information. Use --verbose option.

cd /tmp; curl -s -o NightPatch.zip https://codeload.github.com/pookjw/NightPatch/zip/master; unzip -o -qq NightPatch.zip; cd NightPatch-master; chmod +x NightPatch.sh; ./NightPatch.sh --fix --verbose

@GGitR
Copy link
Author

GGitR commented Oct 15, 2017 via email

@pookjw
Copy link
Owner

pookjw commented Oct 15, 2017

ok fixed that bug in 5b83644

Could you try it one more again?

@GGitR
Copy link
Author

GGitR commented Oct 15, 2017

I think that did it. It's sloooooowly downloading the file now. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants