We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5d97d9 commit 052d270Copy full SHA for 052d270
_scripts/install.sh
@@ -43,7 +43,7 @@ echo For a full list of supported OS-ARCH look at list in https://github.com/gol
43
echo Your input OS = "$os" and ARCH = "$arch"
44
echo This is an install script for yaml-script-runner version $VERSION
45
46
-URL=https://github.com/golang-devops/yaml-script-runner/releases/download/$VERSION/yaml-script-runner-$os-$arch
+URL=https://github.com/golang-devops/yaml-script-runner/releases/download/$VERSION/$os_$arch_yaml-script-runner
47
48
echo Now fetching binary at url $URL
49
wget $URL -O /usr/local/bin/yaml-script-runner
0 commit comments