Skip to content

Commit

Permalink
fix[close #332]: Apx suggesting wrong command (container name is wrong)
Browse files Browse the repository at this point in the history

Co-authored-by: axtloss <[email protected]>
  • Loading branch information
mirkobrombin and axtloss authored Feb 15, 2024
1 parent b5a6702 commit 2624d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/00-vanilla-apx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ modules:
- mkdir -p /usr/share/apx
- cp -r /sources/distrobox-1.6.0.1 /usr/share/apx/distrobox
- chmod +x /usr/share/apx/distrobox/distrobox*
- sed -E -i 's/distrobox enter %s/apx %s enter/' /usr/share/apx/distrobox/distrobox-create
- sed -E -i 's/.*printf "distrobox.*/echo apx \$(echo ${container_name} | sed "s|apx-||") enter/g' /usr/share/apx/distrobox/distrobox-create
- name: apx-manpage
type: shell
source:
Expand Down

0 comments on commit 2624d26

Please sign in to comment.