Skip to content

Commit

Permalink
feat: Update distrobox
Browse files Browse the repository at this point in the history
  • Loading branch information
matbme committed Mar 12, 2024
1 parent 3d8ec28 commit f928d16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/00-vanilla-apx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ modules:
type: shell
source:
type: tar
url: https://github.com/89luca89/distrobox/archive/refs/tags/1.6.0.1.tar.gz
url: https://github.com/89luca89/distrobox/archive/refs/tags/1.7.0.1.tar.gz
commands:
- mkdir -p /usr/share/apx
- cp -r /sources/distrobox-1.6.0.1 /usr/share/apx/distrobox
- cp -r /sources/distrobox-1.7.0.1 /usr/share/apx/distrobox
- chmod +x /usr/share/apx/distrobox/distrobox*
- 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
Expand Down

0 comments on commit f928d16

Please sign in to comment.