7 lines
77 B
Plaintext
7 lines
77 B
Plaintext
|
#!/bin/bash -eu
|
||
|
#
|
||
|
# Update firmware from sources
|
||
|
#
|
||
|
|
||
|
make -C fw_source update
|