Merge pull request #1730 from TheBearodactyl/main

Update install.sh
This commit is contained in:
liv 2023-10-18 23:31:19 +02:00 committed by GitHub
commit efd6b8b9c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail
echo "Let's get you set up with Rustlings!"
echo -e "\nLet's get you set up with Rustlings!"
echo "Checking requirements..."
if [ -x "$(command -v git)" ]