hugo extended by default

This commit is contained in:
Florian du Garage Num 2023-04-29 15:50:39 +02:00
parent ceadf74fd7
commit 0ab226a5a4
2 changed files with 2 additions and 2 deletions

View File

@ -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 -
``` ```

View File

@ -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 -
``` ```