install-js-tools: add support for manjaro

Change-Id: Ia7041423eb0bd5b688c149e70fd06373251e9ced
This commit is contained in:
Albin Vass 2020-11-07 03:26:07 +01:00
parent 2986cc09cf
commit 8a3e67dc62
1 changed files with 2 additions and 0 deletions

View File

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