mirror of
https://github.com/philmmanjaro/alma.git
synced 2025-07-25 22:49:28 +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
|
||||
";
|
||||
|
||||
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"];
|
||||
|
Loading…
x
Reference in New Issue
Block a user