I was trying to create a new laravel app with laravel sail and I ran the following command on ubuntu 20.0.4:
curl -s https://laravel.build/example-app | bash
But I got the following message:
docker: invalid reference format: repository name must be lowercase. See 'docker run --help'. bash: line 16: cd: example-app: No such file or directory
Get started with: cd example-app && ./vendor/bin/sail up
(No folder is created)