Skip to content

Commit

Permalink
Merge pull request #331 from raszi/feat/cleanup-after-install
Browse files Browse the repository at this point in the history
Clean up after a successful install
  • Loading branch information
weavejester authored Feb 9, 2024
2 parents 434408f + b38d575 commit f3ba8d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ echo "Done!"

sudo tar -xzf /tmp/cljfmt.tar.gz -C /usr/local/bin
echo "Extracted cljfmt into /usr/local/bin"

rm /tmp/cljfmt.tar.gz

0 comments on commit f3ba8d4

Please sign in to comment.