This commit is contained in:
kyg516 2016-09-20 18:14:09 +09:00
commit 65017cd55c
2 changed files with 7 additions and 0 deletions

BIN
script/.setup.sh.swp Normal file

Binary file not shown.

View File

@ -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