Skip to content

Commit

Permalink
Update install.sh for file cleaning
Browse files Browse the repository at this point in the history
removing LICENSE and README.md files.
  • Loading branch information
clemenko authored Jan 30, 2024
1 parent d1499b7 commit 85d6bc0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ rm -rf "hauler_${version}_checksums.txt" || warn "Failed to Remove: hauler_${ver
# clean up archive file(s)
rm -rf "hauler_${version}_${platform}_${arch}.tar.gz" || warn "Failed to Remove: hauler_${version}_${platform}_${arch}.tar.gz"

# clean up other files
rm -rf LICENSE README.md

# display success message
info "Successfully Installed at /usr/local/bin/hauler"

Expand Down

0 comments on commit 85d6bc0

Please sign in to comment.