Revision 591c0fd3
| setup.sh | ||
|---|---|---|
| 445 | 445 |
make 2>&1 | tee -a $LOG_FILE |
| 446 | 446 |
cd $userdir |
| 447 | 447 |
|
| 448 |
# notify about udev rules |
|
| 449 |
printf "\n" |
|
| 450 |
printf "Using the AMiRo programming cable requires additional Linux udev rules (requires root).\n" |
|
| 451 |
printf "Please follow the instructions in ${amirobltdir}/README.txt file.\n"
|
|
| 452 |
read -p " Understood!" |
|
| 453 |
|
|
| 448 | 454 |
return 0 |
| 449 | 455 |
} |
| 450 | 456 |
|
| ... | ... | |
| 504 | 510 |
make 2>&1 | tee -a $LOG_FILE |
| 505 | 511 |
cd $userdir |
| 506 | 512 |
|
| 513 |
# notify about udev rules |
|
| 514 |
printf "\n" |
|
| 515 |
printf "Using the AMiRo programming cable requires additional Linux udev rules (requires root).\n" |
|
| 516 |
printf "Please follow the instructions in ${amirobltdir}/README.txt file.\n"
|
|
| 517 |
read -p " Understood!" |
|
| 518 |
|
|
| 507 | 519 |
return 0 |
| 508 | 520 |
} |
| 509 | 521 |
|
Also available in: Unified diff