6 lines
218 B
Text
Executable file
6 lines
218 B
Text
Executable file
#/bin/bash
|
|
apt install -y --no-install-recommends build-essential git wget ca-certificates libmariadb-dev libpq-dev pkg-config libmysql++-dev
|
|
cd /tmp
|
|
wget -qO - https://sh.rustup.rs > rustup
|
|
bash rustup -qy
|
|
apt clean
|