radare2/sys/extras.sh

8 lines
133 B
Bash
Raw Normal View History

#!/bin/sh
2019-10-07 08:48:31 +00:00
git clone https://github.com/radareorg/radare2-extras
cd radare2-extras
./configure --prefix=/usr
make
sudo make symstall