Update install.sh
This commit is contained in:
parent
2a7d6e2e08
commit
54c2db98bd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue