Add 'Minify/install.sh'

This commit is contained in:
bprieshof
2019-01-18 10:23:32 +01:00
parent 1dc92eb358
commit d4c0543be0

11
Minify/install.sh Normal file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
###============================================================
## Ubuntu 18.04 Minify installer
###============================================================
# RUN THIS ONCE
##=============================================================
cd /opt
apt update
apt install -y git golang-go
go get github.com/tdewolff/minify/cmd/minify
source minify_bash_tab_completion