1
Fork 0

Install hugo in 1 line

This commit is contained in:
Jake Howard 2017-04-24 21:27:39 +01:00
parent d1ecef90a3
commit ca044f1d68

View file

@ -4,8 +4,7 @@ machine:
dependencies:
post:
- wget https://github.com/spf13/hugo/releases/download/v0.20.4/hugo_0.20.4_Linux-64bit.deb -O /tmp/hugo.deb
- sudo dpkg -i /tmp/hugo.deb
- wget https://github.com/spf13/hugo/releases/download/v0.20.4/hugo_0.20.4_Linux-64bit.deb -O /tmp/hugo.deb && sudo dpkg -i /tmp/hugo.deb
test:
override: