Fixed paths, and added gdb install

This commit is contained in:
2026-05-11 18:28:55 -05:00
parent 5894d7b7b1
commit 8f56fbf055
3 changed files with 3 additions and 1 deletions

View File

@@ -115,6 +115,7 @@ apt install gzip -y
apt install coreutils -y apt install coreutils -y
apt install build-essential -y apt install build-essential -y
apt install gdb -y
apt install freecad -y apt install freecad -y
apt install kicad -y apt install kicad -y

View File

@@ -115,6 +115,7 @@ apt install gzip -y
apt install coreutils -y apt install coreutils -y
apt install build-essential -y apt install build-essential -y
apt install gdb -y
apt install freecad -y apt install freecad -y
apt install kicad -y apt install kicad -y

2
repoc.sh Normal file → Executable file
View File

@@ -107,7 +107,7 @@ mkdir -p "${param}"
cp ~/eg/c_dev/C.gitignore "$param/.gitignore" cp ~/eg/c_dev/C.gitignore "$param/.gitignore"
cp ~/eg/README.md "$param/README.md" cp ~/eg/README.md "$param/README.md"
cp ~/eg/c_dev/Makefile "$param/Makefile" 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 # Create src and tests subfolders
mkdir -p "$param/src" mkdir -p "$param/src"