diff --git a/script/linux b/script/linux index 209c254f1b..2dee0ac9fe 100755 --- a/script/linux +++ b/script/linux @@ -21,6 +21,13 @@ if [[ -n $apt ]]; then deps=( libasound2-dev libfontconfig-dev + libxcb-dev + alsa-base + cmake + fontconfig + libssl-dev + build-essential + ) $maysudo "$apt" install -y "${deps[@]}" exit 0