1
0
mirror of https://github.com/PrivSec-dev/privsec.dev synced 2024-07-26 23:31:55 -04:00

Pin Hugo v0.119.0

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-04-24 22:30:58 -07:00 committed by GitHub
parent 8178eadd48
commit 314273c637
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,8 @@
#!/bin/bash
curl -L -s https://api.github.com/repos/gohugoio/hugo/releases/latest | grep "browser_download_url.*extended.*linux-amd64.tar.gz" | cut -d : -f 2,3 | sed 's/"//g' | xargs wget
#curl -L -s https://api.github.com/repos/gohugoio/hugo/releases/latest | grep "browser_download_url.*extended.*linux-amd64.tar.gz" | cut -d : -f 2,3 | sed 's/"//g' | xargs wget
wget https://github.com/gohugoio/hugo/releases/download/v0.119.0/hugo_0.119.0_Linux-64bit.tar.gz
tar xvf ./*.tar.gz
chmod u+x ./hugo