diff --git a/setup.sh b/setup.sh index f6513ecfe..a83a91f09 100755 --- a/setup.sh +++ b/setup.sh @@ -9,8 +9,8 @@ if [[ "$OSTYPE" == "linux-gnu" ]]; then else sudo apt install unace unrar zip unzip p7zip-full p7zip-rar sharutils rar uudeview mpack arj cabextract file-roller device-tree-compiler liblzma-dev python-pip brotli liblz4-tool gawk aria2 fi - pip install backports.lzma protobuf pycrypto + pip install wheel backports.lzma protobuf pycrypto elif [[ "$OSTYPE" == "darwin"* ]]; then brew install protobuf xz brotli lz4 aria2 - pip install backports.lzma protobuf pycrypto + pip install wheel backports.lzma protobuf pycrypto fi