Skip to content

Commit

Permalink
update install script
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jul 5, 2024
1 parent 9e69fa8 commit 01c6f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ fi
if ! command -v dagger >/dev/null 2>&1; then
echo "Dagger is not installed."
echo "Downloading and installing Dagger..."
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.10.0 sh
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.11.7 sh
if ! command -v sudo >/dev/null 2>&1; then
mv bin/dagger /usr/local/bin
else
Expand Down

0 comments on commit 01c6f7e

Please sign in to comment.