Add amd-ucode to default packages (#52)

This commit is contained in:
James McMurray
2020-05-31 08:39:13 +03:00
committed by GitHub
parent 7152901820
commit c04b5f5559
+2 -1
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"];