mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-14 00:09:03 +08:00
4 lines
96 B
Bash
Executable File
4 lines
96 B
Bash
Executable File
#!/bin/sh -e
|
|
echo "Updating /boot/burg/burg.cfg"
|
|
exec burg-mkconfig -o /boot/burg/burg.cfg "$@"
|