Skip to content

Commit

Permalink
fix: bruh
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored Jan 19, 2025
1 parent 4f1b165 commit 69f8495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 69f8495

Please sign in to comment.