File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5959 # Check OS information
6060 if ($os eq " Linux" and ($arch eq " i686" or $arch eq " x86_64" ))
6161 {
62- $downloader = " wget -q" ;
63- $archname = $arch . " -linux" ;
62+ $downloader = " wget -q" ;
63+ $archname = $arch . " -linux" ;
6464 }
6565 elsif ($os eq " Darwin" and ($arch eq " i386" or $arch eq " x86_64" ))
6666 {
67- $downloader = " curl -L -O -s" ;
68- $archname = " i386 -osx" ;
67+ $downloader = " curl -L -O -s" ;
68+ $archname = $arch . " -osx" ;
6969 }
7070 else
7171 {
Original file line number Diff line number Diff line change 5959 # Check OS information
6060 if ($os eq " Linux" and ($arch eq " i686" or $arch eq " x86_64" ))
6161 {
62- $downloader = " wget -q" ;
63- $archname = $arch . " -linux" ;
62+ $downloader = " wget -q" ;
63+ $archname = $arch . " -linux" ;
6464 }
6565 elsif ($os eq " Darwin" and ($arch eq " i386" or $arch eq " x86_64" ))
6666 {
67- $downloader = " curl -L -O -s" ;
68- $archname = " i386 -osx" ;
67+ $downloader = " curl -L -O -s" ;
68+ $archname = $arch . " -osx" ;
6969 }
7070 else
7171 {
You can’t perform that action at this time.
0 commit comments