From 5957b5bf97bba54dab9dfa6996847becb13983d2 Mon Sep 17 00:00:00 2001 From: bprieshof Date: Fri, 18 Jan 2019 10:33:02 +0100 Subject: [PATCH] Update 'Minify/install.sh' --- Minify/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Minify/install.sh b/Minify/install.sh index 55bbe8b..862eec0 100644 --- a/Minify/install.sh +++ b/Minify/install.sh @@ -8,4 +8,5 @@ cd /opt apt update apt install -y git golang-go go get github.com/tdewolff/minify/cmd/minify -source minify_bash_tab_completion \ No newline at end of file +cp ~/go/bin/minify /bin/minify +rm -rf ~/go \ No newline at end of file