Skip to content

Commit

Permalink
update install script
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Apr 9, 2024
1 parent 8bd2247 commit e065128
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.9.11 sh
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.10.0 sh
if ! command -v sudo >/dev/null 2>&1; then
mv bin/dagger /usr/local/bin
else
Expand Down

0 comments on commit e065128

Please sign in to comment.