From 42777dc6db1d395ccbde426962c66f201acebdee Mon Sep 17 00:00:00 2001 From: Fredrik Thulin Date: Tue, 26 Sep 2017 10:05:04 +0200 Subject: loads of updates --- convert.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'convert.sh') diff --git a/convert.sh b/convert.sh index b5538ec..8d1147b 100755 --- a/convert.sh +++ b/convert.sh @@ -13,7 +13,9 @@ export A2K_STARTTIME="1476542686" altiumdir="rev03-Altium" kicaddir="rev03-KiCad" -test -d altium2kicad || git clone https://github.com/thesourcerer8/altium2kicad +#test -d altium2kicad || git clone https://github.com/thesourcerer8/altium2kicad +# We currently need some Cryptech hacks to this script, so get it from fredrikt's fork instead. +test -d altium2kicad || git clone -b ft-2017-09-cryptech_mods https://github.com/fredrikt/altium2kicad rm -rf ${altiumdir} cp -rp ../../../hardware/cad/rev03/ ${altiumdir} -- cgit v1.2.3