diff --git a/src/containers.rs b/src/containers.rs index 346301a..86147d8 100644 --- a/src/containers.rs +++ b/src/containers.rs @@ -292,7 +292,7 @@ impl Component for ContainersModel { } if self.enable_apptainer { - commands.push("pacstall -PIQ apptainer"); + commands.push("pacstall -PIQ apptainer-deb"); } if self.enable_qemu {