mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
typofix in install-gnuarm4 script
This commit is contained in:
parent
7431536de7
commit
9de50d8282
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ else
|
||||||
|
|
||||||
# IMPORTANT: Here is the number of .tar. archives downloaded above. Please update if new .tar. are added to download list.
|
# IMPORTANT: Here is the number of .tar. archives downloaded above. Please update if new .tar. are added to download list.
|
||||||
if [[ `ls -1 *.tar.bz2 *.tar.gz | wc -l` != 8 ]]; then
|
if [[ `ls -1 *.tar.bz2 *.tar.gz | wc -l` != 8 ]]; then
|
||||||
echo "Seems like not all prerequisite files donwloaded... Exiting."
|
echo "Seems like not all prerequisite files downloaded... Exiting."
|
||||||
exit 1
|
exit 1
|
||||||
else
|
else
|
||||||
touch all.downloaded
|
touch all.downloaded
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue