initial commit
This commit is contained in:
11
bin/nomarchy-update-firmware
Executable file
11
bin/nomarchy-update-firmware
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
echo -e "\e[32mUpdate Firmware\e[0m"
|
||||
|
||||
if nomarchy-cmd-missing fwupdmgr; then
|
||||
nomarchy-pkg-add fwupd
|
||||
fi
|
||||
|
||||
fwupdmgr refresh --force
|
||||
sudo fwupdmgr update
|
||||
Reference in New Issue
Block a user