Skip to content

Commit 54a65eb

Browse files
chore: update aqua-installer to v4.0.3 (#78)
* chore: update aqua-installer to v4.0.3 * chore: bump up
1 parent eefc8b2 commit 54a65eb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/aqua-installer/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "aqua-installer",
33
"id": "aqua-installer",
4-
"version": "0.1.5",
4+
"version": "0.1.6",
55
"description": "Install aqua",
66
"options": {
77
"aqua_version": {

src/aqua-installer/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ else
4545
fi
4646
cd "$tempdir"
4747

48-
url=https://raw.githubusercontent.com/aquaproj/aqua-installer/v4.0.2/aqua-installer
48+
url=https://raw.githubusercontent.com/aquaproj/aqua-installer/v4.0.3/aqua-installer
4949

5050
if has_command curl; then
5151
curl --retry 5 -sSfL -O "$url"
5252
elif has_command wget; then
5353
wget "$url"
5454
fi
5555

56-
echo "98b883756cdd0a6807a8c7623404bfc3bc169275ad9064dc23a6e24ad398f43d aqua-installer" | sha256sum -c
56+
echo "d76bb5c3a23025e9d344aeba04c0a4d4ed6c9fb05e85530c8c3be2ef8e8f3a6a aqua-installer" | sha256sum -c -
5757

5858
chmod a+x aqua-installer
5959
if [ "$_REMOTE_USER" = root ]; then

0 commit comments

Comments
 (0)