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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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