#!/bin/bash apt update apt install -y python3-pip pip install -U pip pip install pre-commit #https://rust-lang.github.io/rustup/concepts/channels.html rustup toolchain install nightly rustup default nightly # https://rust-lang.github.io/rustup/concepts/components.html rustup component add rustfmt clippy