Skip to content

Commit

Permalink
fix:[close #270]: Packages specified in stacks aren't installed in su…
Browse files Browse the repository at this point in the history
…bsystem
  • Loading branch information
mirkobrombin committed Aug 19, 2023
1 parent e608cee commit 561648c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/apx.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apxPath": "/usr/share/apx",
"distroboxpath": "/usr/share/apx/distrobox",
"distroboxpath": "/usr/share/apx/distrobox/distrobox",
"storageDriver": "btrfs"
}
2 changes: 1 addition & 1 deletion core/subSystem.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func (s *SubSystem) Create() error {
err = dbox.CreateContainer(
s.InternalName,
s.Stack.Base,
[]string{},
s.Stack.Packages,
labels,
s.HasInit,
)
Expand Down

0 comments on commit 561648c

Please sign in to comment.