Skip to content

Commit

Permalink
feat: rm src after build in installation (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaP106 authored Aug 30, 2024
1 parent 9e26270 commit 425ab61
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 @@ -17,3 +17,6 @@ tag_without_v=$(echo "$latest_tag" | tr -d "v")
cd "src/mynav-${tag_without_v}"
go build -o mynav
mv mynav ../../mynav

cd ~/.mynav
rm -rf src

0 comments on commit 425ab61

Please sign in to comment.