Update phreaknet.sh#66
Closed
brown1d wants to merge 1 commit into
Closed
Conversation
RTPulsing should be 0 to disable Revertive Pulse patches. Later in script the line: if [ "$RTPULSING" = "1" ] ; then .. fi This installs the patch. Comment does not match purpose, and installing the RT Pulsing patches will fail.
Owner
|
Actually, I did the work recently in commit 34f9367 to do the rebasing needed and re-enabled the patches, so it's the comment that is now incorrect. Are you still encountering a failure with the rtpulsing patches? |
Owner
|
I've removed the comment in this change here, so I think this PR is negated, but thanks for pointing this out: c3d74a9#diff-e38b426958f10b80b0c2800878509c5dd037d3f71ea3c37aa249f7e665fa82bcL277 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
RTPulsing should be 0 to disable Revertive Pulse patches. Later in script the line:
if [ "$RTPULSING" = "1" ] ; then
..
fi
This installs the patch. Comment does not match purpose, and installing the RT Pulsing patches will fail.