mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 20:57:16 +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 "$@"
|