Skip to content

Commit

Permalink
fix: use aqua-installer -v option
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed May 8, 2024
1 parent 009ff55 commit 37373eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/aqua-installer/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ echo "8299de6c19a8ff6b2cc6ac69669cf9e12a96cece385658310aea4f4646a5496d aqua-ins

chmod a+x aqua-installer
if [ "$_REMOTE_USER" = root ]; then
./aqua-installer "$AQUA_VERSION"
./aqua-installer -v "$AQUA_VERSION"
else
if ! has_command sudo; then
if has_command apt-get; then
Expand All @@ -70,7 +70,7 @@ else
exit 1
fi
fi
sudo -u "$_REMOTE_USER" ./aqua-installer "$AQUA_VERSION"
sudo -u "$_REMOTE_USER" ./aqua-installer -v "$AQUA_VERSION"
fi

rm -R "$tempdir"

0 comments on commit 37373eb

Please sign in to comment.