From 60f331d06c4c93e8c90390c24cc15c3ba40ff472 Mon Sep 17 00:00:00 2001 From: NN708 Date: Wed, 20 May 2026 00:33:12 +0000 Subject: [PATCH 1/2] fix: install distrobox to /usr/bin --- modules/31-distrobox.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/31-distrobox.yml b/modules/31-distrobox.yml index 5c86812..acaeaa4 100644 --- a/modules/31-distrobox.yml +++ b/modules/31-distrobox.yml @@ -1,5 +1,6 @@ name: distrobox type: make +installCommand: make PREFIX=/usr install sources: - type: git url: https://github.com/89luca89/distrobox.git From 3d982b761d1b83f7c29676a099a34268094851c5 Mon Sep 17 00:00:00 2001 From: NN708 Date: Wed, 17 Jun 2026 08:52:47 +0000 Subject: [PATCH 2/2] fix: restore distrobox v1 for compatibility --- modules/31-distrobox.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/modules/31-distrobox.yml b/modules/31-distrobox.yml index acaeaa4..5de68d3 100644 --- a/modules/31-distrobox.yml +++ b/modules/31-distrobox.yml @@ -13,3 +13,13 @@ modules: - golang-go - make - podman + - name: distrobox-legacy + type: shell + sources: + - type: tar + url: https://github.com/89luca89/distrobox/archive/refs/tags/1.8.2.5.tar.gz + checksum: 0c3bc4785ee3be3b89f93abb7cc0a9f60e56989e81319af140a4b60403b18f80 + commands: + - mkdir -p /usr/share/apx + - cp -r /sources/distrobox-legacy/1.8.2.5/distrobox-1.8.2.5 /usr/share/apx/distrobox + - chmod +x /usr/share/apx/distrobox/distrobox*