mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-12 10:16:52 +08:00
FIX: craptev1-v1.1.tar.xz and crapto1-v3.3.tar.xz will be redownloaded even it exists
This commit is contained in:
parent
d412240760
commit
05f4a81782
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
get_craptev1:
|
get_craptev1:
|
||||||
# wget http://crapto1.netgarage.org/craptev1-v1.0.tar.xz
|
# wget http://crapto1.netgarage.org/craptev1-v1.0.tar.xz
|
||||||
wget http://crapto1.netgarage.org/craptev1-v1.1.tar.xz
|
wget -N http://crapto1.netgarage.org/craptev1-v1.1.tar.xz
|
||||||
tar Jxvf craptev1-v1.1.tar.xz
|
tar Jxvf craptev1-v1.1.tar.xz
|
||||||
|
|
||||||
get_crapto1:
|
get_crapto1:
|
||||||
wget http://crapto1.netgarage.org/crapto1-v3.3.tar.xz
|
wget -N http://crapto1.netgarage.org/crapto1-v3.3.tar.xz
|
||||||
mkdir crapto1-v3.3
|
mkdir crapto1-v3.3
|
||||||
tar Jxvf crapto1-v3.3.tar.xz -C crapto1-v3.3
|
tar Jxvf crapto1-v3.3.tar.xz -C crapto1-v3.3
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue