Add amd-ucode to default packages (#52)

This commit is contained in:
James McMurray
2020-05-31 07:39:13 +02:00
committed by GitHub
parent 7152901820
commit c04b5f5559

View File

@@ -7,7 +7,7 @@ Storage=volatile
SystemMaxUse=16M SystemMaxUse=16M
"; ";
pub const BASE_PACKAGES: [&str; 8] = [ pub const BASE_PACKAGES: [&str; 9] = [
"base", "base",
"linux", "linux",
"linux-firmware", "linux-firmware",
@@ -16,6 +16,7 @@ pub const BASE_PACKAGES: [&str; 8] = [
"intel-ucode", "intel-ucode",
"networkmanager", "networkmanager",
"broadcom-wl", "broadcom-wl",
"amd-ucode",
]; ];
pub const AUR_DEPENDENCIES: [&str; 3] = ["base-devel", "git", "sudo"]; pub const AUR_DEPENDENCIES: [&str; 3] = ["base-devel", "git", "sudo"];