mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-01-24 10:32:15 +08:00
9 lines
204 B
Plaintext
9 lines
204 B
Plaintext
post_install() {
|
|
cat << _EOF
|
|
|
|
==> Installation: Add theme to your /etc/default/grub: GRUB_THEME="/usr/share/grub/themes/Dharma/theme.txt"
|
|
==> Update grub:# grub-mkconfig -o /boot/grub/grub.cfg
|
|
|
|
_EOF
|
|
}
|