fwupdate
Tools to manage UEFI firmware updates
Install
- All systems
-
curl cmd.cat/fwupdate.sh
- Debian
-
apt-get install fwupdate
- Ubuntu
-
apt-get install fwupdate
- Arch Linux
-
pacman -S fwupdate
- Kali Linux
-
apt-get install fwupdate
- CentOS
-
yum install fwupdate
- Fedora
-
dnf install fwupdate
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install fwupdate
- Raspbian
-
apt-get install fwupdate
- Dockerfile
- dockerfile.run/fwupdate
fwupdate
Tools to manage UEFI firmware updates
fwupdate provides functionality to update system firmware. It has been initially designed to update firmware using UEFI capsule updates, but it is designed to be extensible to other firmware update standards. This package provides a simple command line interface to perform UEFI firmware updates.