We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 363d7b2 commit e0d0641Copy full SHA for e0d0641
1 file changed
node_exporter.spec
@@ -25,9 +25,9 @@ This package provides Node Exporter tool
25
%build
26
# download new version of Go compiler
27
%ifarch x86_64 amd64 ia32e
28
-wget https://dl.google.com/go/go1.14.4.linux-amd64.tar.gz -O %{_tmppath}/go.tar.gz
+curl https://dl.google.com/go/go1.14.4.linux-amd64.tar.gz --output %{_tmppath}/go.tar.gz
29
%else
30
-wget https://dl.google.com/go/go1.14.4.linux-386.tar.gz -O %{_tmppath}/go.tar.gz
+curl https://dl.google.com/go/go1.14.4.linux-386.tar.gz --output %{_tmppath}/go.tar.gz
31
%endif
32
tar xzf %{_tmppath}/go.tar.gz -C %{_tmppath}
33
export PATH=$PATH:%{_tmppath}/go/bin
0 commit comments