mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2024-11-22 18:35:37 +01:00
11 lines
186 B
Bash
11 lines
186 B
Bash
#!/usr/bin/env bash
|
|
cd /liftinstall
|
|
|
|
apt update
|
|
apt install -y libwebkit2gtk-4.0-dev libssl-dev
|
|
|
|
curl https://sh.rustup.rs -sSf | sh -s -- -y
|
|
export PATH=~/.cargo/bin:$PATH
|
|
|
|
cargo build
|