Fixed paths, and added gdb install
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
2
repoc.sh
Normal file → Executable 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"
|
||||||
|
|||||||
Reference in New Issue
Block a user