Update install.sh

This commit is contained in:
colin 2024-12-12 11:03:15 -05:00
parent 2a7d6e2e08
commit 54c2db98bd
1 changed files with 0 additions and 3 deletions

View File

@ -18,15 +18,12 @@ declare -A libraries=(
["BOSL2"]="https://github.com/BelfrySCAD/BOSL2.git"
["BOSL"]="https://github.com/revarbat/BOSL.git"
["MCAD"]="https://github.com/openscad/MCAD.git"
["BOLTS"]="https://github.com/boltsparts/BOLTS.git"
["nutsnbolts"]="https://github.com/JohK/nutsnbolts.git"
["openscad-fillets"]="https://github.com/jfhbrook/openscad-fillets.git"
["openscad-model-library"]="https://github.com/cznewt/openscad-model-library.git"
["OpenSCAD-Arduino-Mounting-Library"]="https://github.com/kellyegan/OpenSCAD-Arduino-Mounting-Library.git"
["BezierScad"]="https://github.com/chadkirby/BezierScad.git"
["OpenSCAD-Track"]="https://github.com/joostn/OpenSCAD-Track.git"
["Chamfers-for-OpenSCAD"]="https://github.com/SebiTimeWaster/Chamfers-for-OpenSCAD.git"
["openjscad-u-joints"]="https://github.com/celer/openjscad-u-joints.git"
)
for lib in "${!libraries[@]}"; do