Undecimus: post.sh: dpkg-scanpackages: command not found

Created on 28 May 2019  路  4Comments  路  Source: pwn20wndstuff/Undecimus

Describe the bug
open project build. produce the error message "/Undecimus/post.sh: line 74: dpkg-scanpackages: command not found". I can call dpkg-scanpackages normally in console ,but Xcode install unC0ver ,the shell produce error, I modify the below shell ,solve this problem .what is the reason ?

if [ -f ~/.profile ]; then

....

fi

if [ -f ~/.bash_profile ]; then
. ~/.bash_profile
fi

why the result ?

To Reproduce
Steps to reproduce the behavior:

  1. open project
  2. run Xcode to install unC0ver
  3. Scroll down to '....'

Screenshots
If applicable, add screenshots to help explain your problem.
image

Bug

Most helpful comment

resolved after installing dpkg
brew install dpkg

All 4 comments

I have the same question.I should install dpkg-scanpackages?

I install dpkg and It is OK now.

resolved after installing dpkg
brew install dpkg

resolved after installing dpkg
brew install dpkg

it works for me, thanks~

Was this page helpful?
0 / 5 - 0 ratings

Related issues

shsh2 picture shsh2  路  3Comments

gbm777 picture gbm777  路  3Comments

ccdffddfddfdsfedeee picture ccdffddfddfdsfedeee  路  3Comments

kalebe2 picture kalebe2  路  3Comments

rorcores picture rorcores  路  4Comments