Upload files to "/"

This commit is contained in:
2026-05-19 20:22:58 +00:00
parent 15652efde6
commit 692fa86cce
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
echo "UPDATING FIRMWARE..."
fwupdmgr get-updates
fwupdmgr update
echo "DONE."