mirror of
https://github.com/hauler-dev/hauler.git
synced 2026-02-14 18:09:51 +00:00
Update install.sh for file cleaning
removing LICENSE and README.md files.
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user