mirror of
https://github.com/geohot/qira
synced 2025-03-13 18:43:19 +03:00
add y flag to apt-get in main install
This commit is contained in:
parent
88e714e1dd
commit
27355a8085
@ -9,7 +9,7 @@ if [[ "$unamestr" == 'Linux' ]]; then
|
||||
# build for building qiradb and stuff for flask like gevent
|
||||
if [ $(which apt-get) ]; then
|
||||
echo "installing apt packages"
|
||||
sudo apt-get install build-essential python-dev python-pip debootstrap libjpeg-dev zlib1g-dev unzip wget graphviz
|
||||
sudo apt-get -y install build-essential python-dev python-pip debootstrap libjpeg-dev zlib1g-dev unzip wget graphviz
|
||||
if [ ! -f /usr/lib/libcapstone.so ]; then
|
||||
# now we need capstone so the user can see assembly
|
||||
if [[ $(uname -m) == 'i386' ]]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user