add cleanup to hugo install, removing the zip file

This commit is contained in:
ace 2023-05-02 01:55:54 +01:00
parent cc7659d5db
commit fa66c0af2c

View file

@ -2,3 +2,4 @@ curl -L -O https://github.com/gohugoio/hugo/releases/download/v0.111.3/hugo_exte
unzip hugo_extended_0.111.3_windows-amd64.zip -d hugo
mv hugo/hugo.exe "/c/Program Files/Git/mingw64/bin"
rm -r hugo
rm hugo_extended_0.111.3_windows-amd64.zip