mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2025-01-05 14:15:58 +00:00
8 lines
127 B
Bash
8 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
|