11 lines
377 B
Bash
11 lines
377 B
Bash
#!/bin/bash
|
|
###============================================================
|
|
## Ubuntu 18.04 Minify installer
|
|
###============================================================
|
|
#
|
|
##=============================================================
|
|
cd /opt
|
|
apt update
|
|
apt install -y git golang-go
|
|
go get github.com/tdewolff/minify/cmd/minify
|
|
source minify_bash_tab_completion |