mirror of
https://github.com/yuzu-emu/liftinstall
synced 2024-11-23 19:03:52 +00:00
7 lines
127 B
Bash
7 lines
127 B
Bash
#!/usr/bin/env bash
|
|
cd /liftinstall || exit 1
|
|
|
|
apt-get update
|
|
apt-get install -y libwebkit2gtk-4.0-dev libssl-dev
|
|
|
|
cargo build
|