mirror of
https://github.com/PrivSec-dev/privsec.dev
synced 2024-12-21 20:31:33 -05:00
Unpin Hugo version
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
ac198cc216
commit
b2c2f54e9d
@ -1,8 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
#curl -L -s https://api.github.com/repos/gohugoio/hugo/releases/0.119.0 | 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
|
||||
curl -L -s https://api.github.com/repos/gohugoio/hugo/releases/0.119.0 | grep "browser_download_url.*extended.*linux-amd64.tar.gz" | cut -d : -f 2,3 | sed 's/"//g' | xargs wget
|
||||
|
||||
tar xvf ./*.tar.gz
|
||||
chmod u+x ./hugo
|
||||
|
Loading…
Reference in New Issue
Block a user