don't fail on fwupdmgr exit status
This commit is contained in:
parent
78d0653312
commit
6a45fed971
@ -1,8 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
set -eEuxo pipefail
|
||||
# Don't fail on error due to the brain-damaged exit status of fwupdmgr
|
||||
set -Euxo pipefail
|
||||
|
||||
|
||||
sudo fwupdmgr refresh --force
|
||||
sudo fwupdmgr update
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user