Reverted apt module disabling

This commit is contained in:
Сергей Конев 2024-10-31 13:16:15 +03:00
parent c2fb7aee65
commit 16b9e5b03a

View File

@ -11,7 +11,7 @@ use proxmox_notify::{Config, Notification, Severity};
#[path = "../common/src/mod.rs"]
pub mod common;
//pub mod apt;
pub mod apt;
pub mod openid;
pub mod resource_scheduling;
pub mod tfa;