We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7820763 commit e6dff39Copy full SHA for e6dff39
2 files changed
src/aqua-installer/devcontainer-feature.json
@@ -1,7 +1,7 @@
1
{
2
"name": "aqua-installer",
3
"id": "aqua-installer",
4
- "version": "0.1.4",
+ "version": "0.1.5",
5
"description": "Install aqua",
6
"options": {
7
"aqua_version": {
src/aqua-installer/install.sh
@@ -48,7 +48,7 @@ cd "$tempdir"
48
url=https://raw.githubusercontent.com/aquaproj/aqua-installer/v4.0.2/aqua-installer
49
50
if has_command curl; then
51
- curl -sSfL -O "$url"
+ curl --retry 5 -sSfL -O "$url"
52
elif has_command wget; then
53
wget "$url"
54
fi
0 commit comments