Skip to content

Commit 09b7890

Browse files
committed
fix: optimize shell scripts and add distrobox-plus attribution
- Add timeout to sudo test to prevent hanging (distrobox-export.sh) - Fix flatpak path with missing trailing slash (distrobox-export.sh) - Use dynamic path lookup for distrobox-host-exec instead of hardcoded paths - Change version to use DISTROBOX_VERSION env variable with fallback - Update header comments to reference distrobox-plus project
1 parent a4c491e commit 09b7890

7 files changed

Lines changed: 732 additions & 1670 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ Issues = "https://github.com/xz-dev/distrobox-plus/issues"
3636

3737
[project.scripts]
3838
distrobox-plus = "distrobox_plus:main"
39-
distrobox-export = "distrobox_plus.commands.export:run"
4039
distrobox-generate-entry = "distrobox_plus.commands.generate_entry:run"
4140

4241
[build-system]

0 commit comments

Comments
 (0)