install-js-tools: add support for manjaro
Change-Id: Ia7041423eb0bd5b688c149e70fd06373251e9ced
This commit is contained in:
@@ -42,6 +42,8 @@ elif type zypper; then
|
||||
$SUDO npm install yarn
|
||||
elif type brew; then
|
||||
brew install nodejs yarn
|
||||
elif type pamac; then
|
||||
$SUDO pamac install nodejs yarn --no-confirm
|
||||
else
|
||||
echo "Unsupported platform"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user