Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - - - - - 1 - - - - -
- sudo apt update -y && sudo apt upgrade -y && \
- sudo apt install curl git jq build-essential gcc unzip wget lz4 -y
- - - - - - 2 - - - - -
- curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
- - - - - - 3 - - - - -
- export NVM_DIR="$HOME/.nvm"
- [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
- nvm install 20
- nvm use 20
- npm install -g npm@latest
- - - - - - 4 - - - - -
- sh -c "$(curl -fsSL https://raw.githubusercontent.com/monk-io/sonaric-install/main/linux-install-sonaric.sh)"
- - - - - - 5 - - - - -
- sonaric node-info
- - - - - - 6 - - - - -
- sonaric run sonaric-gui/latest
- - - - - - 7 - - - - -
- sonaric ps
- - - - - - 8 - - - - -
- sonaric points
- - - - - - 9 - - - - -
- curl -sSL http://get.sonaric.xyz/scripts/register.sh | bash -s -- КОД НОДЫ ТУТ
- - - - - - UPDATE - - - - -
- sh -c "$(curl -fsSL http://get.sonaric.xyz/scripts/install.sh)"
- - - - - - FIX 1 - - - - -
- . /etc/os-release
- sudo sh -c "echo 'deb http://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/ /' > /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list"
- wget -nv https://download.opensuse.org/repositories/devel:kubic:libcontainers:stable/xUbuntu_${VERSION_ID}/Release.key -O- | sudo apt-key add -
- sudo apt update
- sudo apt -y install podman
- podman --version
- - - - - - FIX 2 - - - - -
- sudo apt-get update
- sudo apt-get install -y containernetworking-plugins
- sonaric run sonaric-gui/latest
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement