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 cdec77a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/install
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,10 @@ toolPath="${ASDF_INSTALL_PATH}/bin/gotop"

cd "${ASDF_DOWNLOAD_PATH}"
tar xzf gotop.tgz
echo 1
ls
echo 2
mv ./gotop "${toolPath}"
echo 3
chmod +x "${toolPath}"
echo 4

0 comments on commit cdec77a

Please sign in to comment.