From 3548113a7dc849014d5e9fb2decc5f23206e36e6 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Sun, 20 Jul 2025 11:01:43 -0700 Subject: [PATCH] install_tool: select starship architecture --- bin/install_tool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install_tool b/bin/install_tool index 8a9538e..3c06f54 100755 --- a/bin/install_tool +++ b/bin/install_tool @@ -480,7 +480,7 @@ EOF starship) mkdir -p ${DESTDIR} download \ - "https://github.com/starship/starship/releases/latest/download/starship-x86_64-unknown-linux-musl.tar.gz" \ + "https://github.com/starship/starship/releases/latest/download/starship-$(uname -m)-unknown-linux-musl.tar.gz" \ /tmp/starship.tar.gz tar -C ${DESTDIR} -zxf /tmp/starship.tar.gz starship add_bin_symlink starship