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 db73c3b commit b1aba6fCopy full SHA for b1aba6f
install.sh
@@ -28,7 +28,7 @@ then
28
container --version
29
current_version=$(container --version | awk '{print $4}')
30
echo $current_version
31
- target_version=$(echo $download_url | awk -F'/' '{print $6}' | awk -F'-' '{print $2}')
+ target_version=$(echo $download_url | awk -F'/' '{print $8}')
32
33
34
if [ "$current_version" != "$target_version" ]; then
0 commit comments