File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ main() {
77
88 # Install Hugo
99 echo " Installing Hugo version $Hugo_VERSION ..."
10- curl -LJO " https://github.com/gohugoio/hugo/releases/download/v$Hugo_VERSION /hugo_extended_$Hugo_VERSION_Linux -64bit .tar.gz"
11- tar -xzf " hugo_extended_$Hugo_VERSION_Linux -64bit .tar
10+ curl -LJO " https://github.com/gohugoio/hugo/releases/download/v$Hugo_VERSION /hugo_extended_$Hugo_VERSION_linux -amd64 .tar.gz"
11+ tar -xzf " hugo_extended_$Hugo_VERSION_linux -amd64 .tar
1212 cp hugo /opt/buildhome
13- rm LICENSE.txt README.md hugo_extended_$Hugo_VERSION_Linux -64bit .tar.gz
13+ rm LICENSE.txt README.md hugo_extended_$Hugo_VERSION_linux -amd64 .tar.gz
1414
1515 echo " Hugo version $Hugo_VERSION installed successfully."
1616 echo Go: " ${go version} "
You can’t perform that action at this time.
0 commit comments