aboutsummaryrefslogblamecommitdiffstats
path: root/extra-tools/keystoneubuntu.sh
blob: 490fefc6cd3b44f592e99421a1ced4c4b2c0b227 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12




                                                                                          
                        





                 
#!/bin/bash

cd $(dirname $0)

"wget" https://github.com/keystone-engine/keystone/archive/0.9.1.tar.gz -o keystone.tar.gz
"tar" -xvzf 0.9.1.tar.gz
"cd" keystone*
"mkdir" build
"cd" build
../make-share.sh
sudo make install
"cd" ../..