summarylogtreecommitdiffstats
path: root/secureboot.install
blob: 07754ae8af6184e93d644f8c2962470fd261f175 (plain)
1
2
3
4
5
6
7
#!/bin/bash

post_install() {
    cat<<INSTALLEOF
You need to run secureboot --init to initialize secureboot keys
INSTALLEOF
}