From a025339e82952941b2837abd2755caa5a3dd3b1a Mon Sep 17 00:00:00 2001 From: 766C6164 Date: Wed, 10 Aug 2022 16:01:07 -0400 Subject: [PATCH] Added file package to the list of installable packages --- 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 89cceed969..da3587f4e7 100755 --- a/scripts/install_deps.sh +++ b/scripts/install_deps.sh @@ -3,4 +3,4 @@ apt-get update apt-get update --fix-missing DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install tzdata -apt-get -y install zip unzip libncurses5 wget git build-essential cmake curl libcurl4-openssl-dev libgmp-dev libssl-dev libusb-1.0.0-dev libzstd-dev time pkg-config zlib1g-dev libtinfo-dev bzip2 libbz2-dev python3 +apt-get -y install zip unzip libncurses5 wget git build-essential cmake curl libcurl4-openssl-dev libgmp-dev libssl-dev libusb-1.0.0-dev libzstd-dev time pkg-config zlib1g-dev libtinfo-dev bzip2 libbz2-dev python3 file