mirror of
https://github.com/philmmanjaro/alma.git
synced 2025-07-26 23:19:29 +02:00
Add amd-ucode to default packages (#52)
This commit is contained in:
parent
7152901820
commit
c04b5f5559
@ -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"];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user