diff options
Diffstat (limited to 'extra-tools/keystoneubuntu.sh')
-rwxr-xr-x | extra-tools/keystoneubuntu.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |