diff --git a/tools/install-js-tools.sh b/tools/install-js-tools.sh index cdfa196756..1044034221 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