forked from mirrors/org-cv
fix syntax in install file
This commit is contained in:
parent
8a146a251e
commit
174c645594
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue