From 430ca64c5070c01e14a919adf2008681450f9819 Mon Sep 17 00:00:00 2001 From: Vaughn Kottler Date: Wed, 9 Oct 2024 23:38:00 +0000 Subject: [PATCH] Minor updates --- config | 2 +- scripts/sh/install_debian.sh | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/config b/config index e33d6a7..0eab434 160000 --- a/config +++ b/config @@ -1 +1 @@ -Subproject commit e33d6a7419d7b138cab1a6ea8f6edfd4c705f7e2 +Subproject commit 0eab434355ebba0806cff6b9c76053d33f4b3ba3 diff --git a/scripts/sh/install_debian.sh b/scripts/sh/install_debian.sh index 3798c45..455b9f5 100644 --- a/scripts/sh/install_debian.sh +++ b/scripts/sh/install_debian.sh @@ -44,20 +44,20 @@ if ! is_rpi; then if ! is_wsl; then # stuff for kicad - PACKAGES+=(libglu1-mesa-dev libgl1-mesa-dev libglew-dev) - PACKAGES+=(libglm-dev) - PACKAGES+=(libcurl4-openssl-dev libcairo2-dev libboost-all-dev) + # PACKAGES+=(libglu1-mesa-dev libgl1-mesa-dev libglew-dev) + # PACKAGES+=(libglm-dev) + # PACKAGES+=(libcurl4-openssl-dev libcairo2-dev libboost-all-dev) - PACKAGES+=(libharfbuzz-dev libngspice0-dev) + # PACKAGES+=(libharfbuzz-dev libngspice0-dev) - PACKAGES+=(libocct-modeling-algorithms-dev) - PACKAGES+=(libocct-modeling-data-dev) - PACKAGES+=(libocct-data-exchange-dev) - PACKAGES+=(libocct-visualization-dev) - PACKAGES+=(libocct-foundation-dev) - PACKAGES+=(libocct-ocaf-dev) + # PACKAGES+=(libocct-modeling-algorithms-dev) + # PACKAGES+=(libocct-modeling-data-dev) + # PACKAGES+=(libocct-data-exchange-dev) + # PACKAGES+=(libocct-visualization-dev) + # PACKAGES+=(libocct-foundation-dev) + # PACKAGES+=(libocct-ocaf-dev) - PACKAGES+=(swig4.0 unixodbc-dev) + # PACKAGES+=(swig4.0 unixodbc-dev) # We may need to figure this out at some point. if ! is_pop; then