hugo extended by default
This commit is contained in:
parent
ceadf74fd7
commit
0ab226a5a4
@ -43,7 +43,7 @@ cd my-website
|
|||||||
curl -s https://api.github.com/repos/gohugoio/hugo/releases/latest \
|
curl -s https://api.github.com/repos/gohugoio/hugo/releases/latest \
|
||||||
| grep browser_download_url \
|
| grep browser_download_url \
|
||||||
| grep linux-amd64.deb \
|
| grep linux-amd64.deb \
|
||||||
| grep -v extended \
|
| grep extended \
|
||||||
| cut -d '"' -f 4 \
|
| cut -d '"' -f 4 \
|
||||||
| wget -i -
|
| wget -i -
|
||||||
```
|
```
|
||||||
|
|||||||
@ -14,7 +14,7 @@ sudo apt install curl wget git
|
|||||||
curl -s https://api.github.com/repos/gohugoio/hugo/releases/latest \
|
curl -s https://api.github.com/repos/gohugoio/hugo/releases/latest \
|
||||||
| grep browser_download_url \
|
| grep browser_download_url \
|
||||||
| grep linux-amd64.deb \
|
| grep linux-amd64.deb \
|
||||||
| grep -v extended \
|
| grep extended \
|
||||||
| cut -d '"' -f 4 \
|
| cut -d '"' -f 4 \
|
||||||
| wget -i -
|
| wget -i -
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user