diff options
-rwxr-xr-x | extra-tools/capstoneubuntu14.sh | 2 | ||||
-rwxr-xr-x | extra-tools/keystoneubuntu.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/extra-tools/capstoneubuntu14.sh b/extra-tools/capstoneubuntu14.sh index 4c895e4..a39cb26 100755 --- a/extra-tools/capstoneubuntu14.sh +++ b/extra-tools/capstoneubuntu14.sh @@ -3,7 +3,7 @@ cd $(dirname $0) "wget" https://github.com/aquynh/capstone/archive/3.0.5-rc2.tar.gz -o capstone.tar.gz -"tar" -xvzf capstone.tar.gz +"tar" -xvzf 3.0.5-rc2.tar.gz "cd" capstone* "make" sudo make install diff --git a/extra-tools/keystoneubuntu.sh b/extra-tools/keystoneubuntu.sh index 709ca2e..490fefc 100755 --- a/extra-tools/keystoneubuntu.sh +++ b/extra-tools/keystoneubuntu.sh @@ -3,7 +3,7 @@ cd $(dirname $0) "wget" https://github.com/keystone-engine/keystone/archive/0.9.1.tar.gz -o keystone.tar.gz -"tar" -xvzf keystone.tar.gz +"tar" -xvzf 0.9.1.tar.gz "cd" keystone* "mkdir" build "cd" build |