mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-12 04:35:28 -07: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,10 +1,10 @@
|
||||
get_craptev1:
|
||||
# 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
|
||||
|
||||
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
|
||||
tar Jxvf crapto1-v3.3.tar.xz -C crapto1-v3.3
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user