mirror of
https://github.com/tommytran732/tommytran.io
synced 2024-11-22 09:31:34 -05:00
Compare commits
No commits in common. "67a405dd63c815eeb21452604a81dd2d532f50e5" and "1d8534974b6c594e4da733b9863b14e2c4177fc5" have entirely different histories.
67a405dd63
...
1d8534974b
@ -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
|
Loading…
Reference in New Issue
Block a user