Add 'Minify/install.sh'
This commit is contained in:
11
Minify/install.sh
Normal file
11
Minify/install.sh
Normal 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
|
||||
Reference in New Issue
Block a user