Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/simplyceo/updatefirm

Automatically updates your current firmware to the most recent one.
https://github.com/simplyceo/updatefirm

bash firmware shell shell-script update

Last synced: about 8 hours ago
JSON representation

Automatically updates your current firmware to the most recent one.

Awesome Lists containing this project

README

        

This script updates your firmware, based in GIT parameters.

The script can show more options using (-h) flag.

Usage: You can run the script after giving it a permission or add it to your /bin folder just to easy access.

Example:
```shell
$ chmod +x /path/to/your/updatefirm
$ bash /path/to/your/updatefirm -h
```
or
```shell
$ chmod +x /path/to/your/updatefirm
$ sudo cp /path/to/your/updatefirm /bin/
$ updatefirm -h
```
You need to provide your root password in order to update the firmware.