From 8f56fbf055a33b83e21d24617f716f3cdded3935 Mon Sep 17 00:00:00 2001 From: Randy Jordan Date: Mon, 11 May 2026 18:28:55 -0500 Subject: [PATCH] Fixed paths, and added gdb install --- bootstrap.sh | 1 + full_install.sh | 1 + repoc.sh | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) mode change 100644 => 100755 repoc.sh diff --git a/bootstrap.sh b/bootstrap.sh index 4f55225..4bb39e1 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -115,6 +115,7 @@ apt install gzip -y apt install coreutils -y apt install build-essential -y +apt install gdb -y apt install freecad -y apt install kicad -y diff --git a/full_install.sh b/full_install.sh index 7994dc6..c05edfc 100644 --- a/full_install.sh +++ b/full_install.sh @@ -115,6 +115,7 @@ apt install gzip -y apt install coreutils -y apt install build-essential -y +apt install gdb -y apt install freecad -y apt install kicad -y diff --git a/repoc.sh b/repoc.sh old mode 100644 new mode 100755 index adea453..bfcfeee --- a/repoc.sh +++ b/repoc.sh @@ -107,7 +107,7 @@ mkdir -p "${param}" cp ~/eg/c_dev/C.gitignore "$param/.gitignore" cp ~/eg/README.md "$param/README.md" cp ~/eg/c_dev/Makefile "$param/Makefile" -cp ~/eg/license/LICENSE_MIT.md "$param/LICENSE" +cp ~/eg/license/MIT_LICENSE "$param/LICENSE" # Create src and tests subfolders mkdir -p "$param/src"