Skip to content

Commit

Permalink
Fix minio script, tag release
Browse files Browse the repository at this point in the history
  • Loading branch information
svpernova09 committed Jul 1, 2020
1 parent 7107511 commit ea76d79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/homestead
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

require __DIR__.'/../../../autoload.php';

$app = new Symfony\Component\Console\Application('Laravel Homestead', '10.10.0');
$app = new Symfony\Component\Console\Application('Laravel Homestead', '10.10.1');

$app->add(new Laravel\Homestead\MakeCommand);

Expand Down
2 changes: 1 addition & 1 deletion scripts/features/minio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fi
touch /home/vagrant/.homestead-features/minio
chown -Rf vagrant:vagrant /home/vagrant/.homestead-features

curl -sO https://dl.minio.io/server/minio/release/linux-amd64/minio
wget https://dl.minio.io/server/minio/release/linux-amd64/minio

sudo chmod +x minio
sudo mv minio /usr/local/bin
Expand Down

0 comments on commit ea76d79

Please sign in to comment.