Skip to content

Instantly share code, notes, and snippets.

@rafex
Created February 15, 2023 23:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rafex/9589cab6d5c052299536b0c46fba2daa to your computer and use it in GitHub Desktop.
Save rafex/9589cab6d5c052299536b0c46fba2daa to your computer and use it in GitHub Desktop.
#!/bin/bash
# run script with root
PATH_NODE_MODEULES="/opt/nodejs/19.6.0/lib/node_modules"
npm install --global yarn
update-alternatives --install /usr/bin/yarn yarn ${PATH_NODE_MODEULES}/yarn/bin/yarn 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment