update
This commit is contained in:
parent
bffd4d7cad
commit
231af369ca
BIN
script/.setup.sh.swp
Normal file
BIN
script/.setup.sh.swp
Normal file
Binary file not shown.
@ -1,5 +1,12 @@
|
||||
#! /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
|
||||
sudo npm install -g bower
|
||||
sudo --askpass bower install --allow-root
|
||||
|
Loading…
Reference in New Issue
Block a user