From 9abd041b53daa65fd0870fd321ac7dc981769504 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Fri, 23 Aug 2024 21:24:04 -0700 Subject: [PATCH] these have nothing to do with openpilot (#33369) old-commit-hash: 73d9f6e05e354986b3fd225546e8aa1dbc58cf04 --- tools/install_ubuntu_dependencies.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tools/install_ubuntu_dependencies.sh b/tools/install_ubuntu_dependencies.sh index 33e6d9c863..1b4fa0581a 100755 --- a/tools/install_ubuntu_dependencies.sh +++ b/tools/install_ubuntu_dependencies.sh @@ -70,11 +70,6 @@ function install_ubuntu_common_requirements() { function install_extra_packages() { echo "Installing extra packages..." $SUDO apt-get install -y --no-install-recommends \ - casync \ - cmake \ - make \ - clinfo \ - libqt5sql5-sqlite \ libreadline-dev \ libdw1 \ autoconf \