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 d29584e commit c65a32fCopy full SHA for c65a32f
detect_os
@@ -65,8 +65,8 @@ install_deps()
65
elif command -v zypper > /dev/null 2>&1; then
66
zypper install -y wget
67
else
68
- echo "Missing wget, and do not know what package manager is being used, exiting out"
69
- exit 1
+ echo "Missing wget, and do not know what package manager is being used, exiting out"
+ exit 1
70
fi
71
72
0 commit comments