Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/simplyceo/updatefirm
- Owner: SimplyCEO
- License: gpl-3.0
- Created: 2020-05-08T08:29:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-06T10:03:09.000Z (almost 4 years ago)
- Last Synced: 2024-05-03T06:54:00.406Z (6 months ago)
- Topics: bash, firmware, shell, shell-script, update
- Language: Shell
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.