diff --git a/src/constants.rs b/src/constants.rs index 1fd8659..55fda5b 100644 --- a/src/constants.rs +++ b/src/constants.rs @@ -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"];