Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit87cd863

Browse files
chmod and add depend packages, setup/library_for_ubuntu.sh
1 parent076c122 commit87cd863

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

‎setup/library_for_ubuntu.sh

100644100755
Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,16 @@ trap 'echo "error:$0($LINENO) \"$BASH_COMMAND\" \"$@\""' ERR
88

99

1010
# install depend package
11-
sudo apt install npm node librsvg2-bin -y
11+
# https://github.com/nodesource/distributions
12+
iftype npm2>/dev/null1>/dev/null;then
13+
echo"npm already exist."
14+
else
15+
# sudo apt install npm -y
16+
sudo apt install curl -y
17+
curl -sL https://deb.nodesource.com/setup_13.x| sudo -E bash -
18+
sudo apt install -y nodejs
19+
fi
20+
21+
# install depend package
22+
sudo apt install librsvg2-bin plantuml -y
1223

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp