3 lines
74 B
Plaintext
3 lines
74 B
Plaintext
|
#!/bin/bash
|
||
|
# /opt/nabu/postinstall
|
||
|
tar -xf /opt/nabu/efi.tar -C / || true
|