9 lines
52 B
Bash
Executable File
9 lines
52 B
Bash
Executable File
#! /bin/sh
|
|
set -e
|
|
|
|
update-grub-gfxpayload
|
|
|
|
|
|
|
|
exit 0
|