From 22a44c9d2aa47858a96a624852db1706f8cfe5d3 Mon Sep 17 00:00:00 2001 From: dichgrem Date: Fri, 4 Apr 2025 12:47:01 +0800 Subject: [PATCH] update:arch --- content/awesome-arch-linux.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/content/awesome-arch-linux.md b/content/awesome-arch-linux.md index 4d4e55b..ba35ac3 100644 --- a/content/awesome-arch-linux.md +++ b/content/awesome-arch-linux.md @@ -234,7 +234,17 @@ GRUB_TOP_LEVEL="/boot/vmlinuz-linux-cachyos" ``` sudo grub-mkconfig -o /boot/grub/grub.cfg ``` +- Ubuntu中更改: +添加PPA源并更新软件列表: +``` +sudo add-apt-repository ppa:danielrichter2007/grub-customizer +sudo apt update +``` +安装GRUB Customizer: +``` +sudo apt install grub-customizer +``` ## **后记** 设备的多样导致安装中可能会出现一些奇怪的问题,需要自行搜索学习,以不断提高技术水平。