From 99ba3f736d255f7c154a2c64ab52b59a136c6ec7 Mon Sep 17 00:00:00 2001 From: Josh Babb Date: Thu, 4 May 2023 10:45:07 -0500 Subject: [PATCH] remove desktop linux deps installed by scripts/linux/build_secure_storage_deps.sh --- scripts/setup.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/setup.sh b/scripts/setup.sh index 21bf7c201..7bf07ef5a 100755 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -41,9 +41,6 @@ sudo apt-get install -y unzip automake build-essential file pkg-config git pytho sudo apt install -y libc6-dev-i386 -# linux desktop dependencies -sudo apt-get install clang cmake ninja-build pkg-config libgtk-3-dev liblzma-dev meson python3-pip libgirepository1.0-dev valac xsltproc docbook-xsl - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y source "$HOME/.cargo/env" cargo install cargo-ndk