mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-04 19:47:31 +00:00
8 lines
130 B
Bash
8 lines
130 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
git clone https://github.com/radare/radare2-extras
|
||
|
cd radare2-extras
|
||
|
./configure --prefix=/usr
|
||
|
make
|
||
|
sudo make symstall
|