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"