2020-10-07 15:58:13 -07:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
cd console
|
2020-10-07 20:16:47 -07:00
|
|
|
java -jar rusefi_autoupdate.jar release
|
2021-04-28 20:15:45 -07:00
|
|
|
echo Release update done.
|
|
|
|
|
|
|
|
# https://github.com/rusefi/rusefi/issues/2601
|
2021-04-28 20:26:12 -07:00
|
|
|
chmod +x ../bin/*.sh
|