brew upgrade creates .reinstall folder
#5756
Closed
xerc
started this conversation in
Ideas, Issue Triage, and General discussions
Replies: 2 comments
-
|
Goreleaser didn't change anything related to that Sounds like a brew bug to me |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
FIX IPSWTMPDIR=`ls -d /usr/local/Cellar/ipsw/* | tail -n 1`
[ -d ${IPSWTMPDIR%.*} ] || cp -rp $IPSWTMPDIR ${IPSWTMPDIR%.*} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
brew upgrade ipsw=>/usr/local/Cellar/ipsw/3.1.597.reinstallwhich breaks the next upgrade process ..
cp -rp /usr/local/Cellar/ipsw/3.1.597.reinstall /usr/local/Cellar/ipsw/3.1.597now again;
/usr/local/Cellar/ipsw/3.1.600.reinstalllook like it started witch
3.1.595ref. blacktop/ipsw#697Beta Was this translation helpful? Give feedback.
All reactions