diff options
Diffstat (limited to 'tools/install-js-tools.sh')
-rwxr-xr-x | tools/install-js-tools.sh | 2 |
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 |