Merge branch 'master' of https://github.com/oss2016summer/gluster-web-interface
This commit is contained in:
commit
65017cd55c
BIN
script/.setup.sh.swp
Normal file
BIN
script/.setup.sh.swp
Normal file
Binary file not shown.
@ -1,5 +1,12 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
|
||||||
|
#version check
|
||||||
|
if grep centos /etc/*-release; then
|
||||||
|
echo "os : centos, use yum"
|
||||||
|
elif grep ubuntu /etc/*-release; then
|
||||||
|
echo "os : ubuntu, use apt-get install"
|
||||||
|
fi
|
||||||
|
|
||||||
# setup
|
# setup
|
||||||
sudo npm install -g bower
|
sudo npm install -g bower
|
||||||
sudo --askpass bower install --allow-root
|
sudo --askpass bower install --allow-root
|
||||||
|
Loading…
Reference in New Issue
Block a user