From 473d9a69f0fc567e39dd0903595ce6a71df69b10 Mon Sep 17 00:00:00 2001 From: Mirko Brombin Date: Mon, 26 Aug 2024 13:18:54 +0200 Subject: [PATCH] chore: upgrade distrobox to 1.7.2.1 --- modules/00-vanilla-apx.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/00-vanilla-apx.yml b/modules/00-vanilla-apx.yml index f31838e..9a47f95 100644 --- a/modules/00-vanilla-apx.yml +++ b/modules/00-vanilla-apx.yml @@ -13,10 +13,10 @@ modules: type: shell source: type: tar - url: https://github.com/89luca89/distrobox/archive/refs/tags/1.7.2.0.tar.gz + url: https://github.com/89luca89/distrobox/archive/refs/tags/1.7.2.1.tar.gz commands: - mkdir -p /usr/share/apx - - cp -r /sources/distrobox/distrobox-1.7.2.0 /usr/share/apx/distrobox + - cp -r /sources/distrobox/distrobox-1.7.2.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