mirror of
https://github.com/yuzu-emu/liftinstall
synced 2024-11-23 14:23:41 +00:00
Accept defaults for Rustup
This commit is contained in:
parent
7652cb3b6b
commit
14590b2df6
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ cd /liftinstall
|
||||||
apt update
|
apt update
|
||||||
apt install -y libwebkit2gtk-4.0-dev
|
apt install -y libwebkit2gtk-4.0-dev
|
||||||
|
|
||||||
curl https://sh.rustup.rs -sSf | sh -s
|
curl https://sh.rustup.rs -sSf | sh -s -- -y
|
||||||
export PATH=~/.cargo/bin:$PATH
|
export PATH=~/.cargo/bin:$PATH
|
||||||
|
|
||||||
cargo build
|
cargo build
|
||||||
|
|
Loading…
Reference in a new issue