mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 13:19:07 -07:00
install_tool: select starship architecture
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user