summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAlbin Vass <albin.vass@gmail.com>2020-11-07 03:26:07 +0100
committerAlbin Vass <albin.vass@gmail.com>2020-11-07 03:26:07 +0100
commit8a3e67dc6261945ee87bf96f1bc87c15fdbe36f0 (patch)
treee65d6d80b06a8866af264b86e3d3ca7078795189 /tools
parent2986cc09cfbffbb3214ea7b042544ff4f599aef9 (diff)
downloadzuul-8a3e67dc6261945ee87bf96f1bc87c15fdbe36f0.tar.gz
install-js-tools: add support for manjaro
Change-Id: Ia7041423eb0bd5b688c149e70fd06373251e9ced
Diffstat (limited to 'tools')
-rwxr-xr-xtools/install-js-tools.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/install-js-tools.sh b/tools/install-js-tools.sh
index cdfa19675..104403422 100755
--- a/tools/install-js-tools.sh
+++ b/tools/install-js-tools.sh
@@ -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