Split jp and common conf.
This commit is contained in:
parent
e5d2eb90b2
commit
832b9f43ca
12 changed files with 9 additions and 0 deletions
|
@ -31,3 +31,6 @@ apt-get install \
|
||||||
npm install -g jshint
|
npm install -g jshint
|
||||||
npm install -g coffeelint
|
npm install -g coffeelint
|
||||||
ln -s /usr/bin/nodejs /usr/bin/node
|
ln -s /usr/bin/nodejs /usr/bin/node
|
||||||
|
|
||||||
|
pipelight-multi --unlock x64-flash
|
||||||
|
pipelight-multi --enable x64-flash
|
||||||
|
|
|
@ -24,6 +24,12 @@ pip install --upgrade --user pyCardDav
|
||||||
mkdir -p ~/.config/pycard
|
mkdir -p ~/.config/pycard
|
||||||
curl https://raw.github.com/geier/pycarddav/master/pycard.conf.sample > ~/.config/pycard/pycard.conf.sample
|
curl https://raw.github.com/geier/pycarddav/master/pycard.conf.sample > ~/.config/pycard/pycard.conf.sample
|
||||||
|
|
||||||
|
|
||||||
|
# Copy the japanese part if needed
|
||||||
|
if [ "$1" == '--jp' ]
|
||||||
|
then
|
||||||
|
rsync -av ./jp/ ~/
|
||||||
|
|
||||||
# Copy the graphical part if needed
|
# Copy the graphical part if needed
|
||||||
if [ "$1" == '--graphic' ]
|
if [ "$1" == '--graphic' ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in a new issue