Get dust installing without cargo

This commit is contained in:
ViViDboarder 2024-06-13 12:56:59 -07:00
parent 4e653980dc
commit 560502b9af

View File

@ -34,16 +34,18 @@ sudo_package "duf"
# dust: https://github.com/bootandy/dust # dust: https://github.com/bootandy/dust
cargo install du-dust cargo install du-dust ||
# ( (
# mkdir -p "$TMP_DIR/dust" mkdir -p "$TMP_DIR/dust"
# cd "$TMP_DIR/dust" || exit cd "$TMP_DIR/dust" || exit
# release-gitter --git-url "https://github.com/bootandy/dust" \ release-gitter --git-url "https://github.com/bootandy/dust" \
# --map-system Windows=pc-windows-msvc \ --map-system Windows=pc-windows-msvc \
# --map-system Linux=unknown-linux-gnu \ --map-system Linux=unknown-linux-gnu \
# --map-system Darwin=apple-darwin \ --map-system Darwin=apple-darwin \
# "dust-{version}-{arch}-{system}.tar.gz" --extract-all \
# ) --exec "mv dust-*/dust ~/bin/" \
"dust-{version}-{arch}-{system}.tar.gz"
)
# Manager specific packages # Manager specific packages
case "$PACKAGE_MANAGER" in case "$PACKAGE_MANAGER" in