fix syntax in install file

This commit is contained in:
Óscar Nájera 2018-05-01 18:29:34 +02:00
parent 8a146a251e
commit 174c645594

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
apt-get update && apt install -y fonts-font-awesome apt-get update && apt-get install -y fonts-font-awesome
wget https://github.com/gohugoio/hugo/releases/download/v0.39/hugo_0.39_Linux-64bit.deb wget https://github.com/gohugoio/hugo/releases/download/v0.39/hugo_0.39_Linux-64bit.deb
dpkg -i hugo*.deb dpkg -i hugo*.deb