- yum update
- yum install tar gzip gcc git
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
- source "$HOME/.cargo/env"
- curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
- . ~/.nvm/nvm.sh
- nvm install --lts
- npm install -g [email protected]
- git clone https://github.com/cryptidtech/oberon.git
- cd oberon/nodejs
- npm install
- apt update
- apt upgrade -y
- apt install build-essential pkg-config clang
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
- source "$HOME/.cargo/env"
- curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
- . ~/.nvm/nvm.sh
- nvm install --lts
- npm install -g [email protected]
- git clone https://github.com/cryptidtech/oberon.git
- cd oberon/nodejs
- npm install