mirror of
https://github.com/philmmanjaro/alma.git
synced 2025-12-06 19:39:20 +01:00
[src] fix BASE_PACKAGES
This commit is contained in:
@@ -7,6 +7,6 @@ Storage=volatile
|
|||||||
SystemMaxUse=16M
|
SystemMaxUse=16M
|
||||||
";
|
";
|
||||||
|
|
||||||
pub const BASE_PACKAGES: [&str; 9] = ["base"];
|
pub const BASE_PACKAGES: [&str; 1] = ["base"];
|
||||||
|
|
||||||
pub const AUR_DEPENDENCIES: [&str; 3] = ["base-devel", "git", "sudo"];
|
pub const AUR_DEPENDENCIES: [&str; 3] = ["base-devel", "git", "sudo"];
|
||||||
|
|||||||
Reference in New Issue
Block a user