From 984ef105357e3e1dedad7d4d8053cc7c8d821082 Mon Sep 17 00:00:00 2001 From: Levon Date: Wed, 10 Jan 2024 17:26:02 -0600 Subject: [PATCH] libssl-dev --- scripts/install_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_deps.sh b/scripts/install_deps.sh index 4d883ab..af563c4 100755 --- a/scripts/install_deps.sh +++ b/scripts/install_deps.sh @@ -5,7 +5,7 @@ sudo apt-get update sudo apt-get install autoconf automake build-essential cmake git-core \ libass-dev libfreetype6-dev libsdl2-dev libtool libva-dev libvdpau-dev \ libvorbis-dev libxcb1-dev libxcb-shm0-dev libxcb-xfixes0-dev pkg-config \ - texinfo wget zlib1g-dev nasm yasm -y + texinfo wget zlib1g-dev nasm yasm libssl-dev -y curl https://sh.rustup.rs -sSf | sh -s -- -y source "$HOME/.cargo/env"