Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gr1m0h committed Feb 1, 2024
1 parent 5ef9cb1 commit a59a102
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/install
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ mkdir -p "${ASDF_INSTALL_PATH}/bin"
toolPath="${ASDF_INSTALL_PATH}/bin/gotop"

cd "${ASDF_DOWNLOAD_PATH}"
uname -s
uname -m
tar xzf gotop.tgz
mv ./gotop "${toolPath}"
chmod +x "${toolPath}"

0 comments on commit a59a102

Please sign in to comment.