1
0
mirror of https://github.com/tommytran732/tommytran.io synced 2024-09-19 14:44:43 -04:00

Compare commits

..

No commits in common. "67a405dd63c815eeb21452604a81dd2d532f50e5" and "1d8534974b6c594e4da733b9863b14e2c4177fc5" have entirely different histories.

2 changed files with 4 additions and 2 deletions

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

@ -1 +1 @@
Subproject commit d3368d1bb90a11ef366fa2531eebfc6c1ffb6886
Subproject commit 3e21361da7ae3b30da3d82491fce933856a1912e