mirror of
https://github.com/tommytran732/tommytran.io
synced 2024-11-09 19:51:34 -05:00
Compare commits
2 Commits
1d8534974b
...
67a405dd63
Author | SHA1 | Date | |
---|---|---|---|
67a405dd63 | |||
|
c084d7276b |
@ -1,8 +1,6 @@
|
||||
#!/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
|
||||
|
||||
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/latest | 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
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 3e21361da7ae3b30da3d82491fce933856a1912e
|
||||
Subproject commit d3368d1bb90a11ef366fa2531eebfc6c1ffb6886
|
Loading…
Reference in New Issue
Block a user