This commit is contained in:
minkuk 2016-09-19 03:34:27 +00:00
parent bffd4d7cad
commit 231af369ca
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
#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