Skip to content

Commit

Permalink
Merge pull request #4 from conduitxyz/mrozentsvayg/amtool
Browse files Browse the repository at this point in the history
remove debug
  • Loading branch information
mrozentsvayg authored Oct 18, 2024
2 parents cf3d15c + 1464ed6 commit 8a54cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function installTool () {
echo "Successfully downloaded ${tool} v${toolVersion}"

echo "Unzipping ${tool} v${toolVersion}"
tar -zxf /tmp/${tool}_${toolVersion} --strip-components=1 --directory /tmp/t &> /dev/null
tar -zxf /tmp/${tool}_${toolVersion} --strip-components=1 --directory /usr/local/bin &> /dev/null
if [ "${?}" -ne 0 ]; then
echo "Failed to unzip ${tool} v${toolVersion}"
exit 1
Expand Down

0 comments on commit 8a54cbc

Please sign in to comment.