radare2/sys/python-deps.sh

14 lines
153 B
Bash
Raw Normal View History

#!/bin/sh
# find root
2015-06-17 02:39:19 +00:00
cd "$(dirname "$PWD/$0")"
. ./CONFIG
./swig.sh
./vala.sh
./valabind.sh
#apt-get install ${PYTHON_VERSION}
:> .mark_python-deps