run script with bash instead of sh

This commit is contained in:
CerberusV1
2024-10-12 18:39:32 +02:00
parent 0857f0ecdf
commit 2e2521fb88

View File

@@ -6,5 +6,5 @@ Deploymentscript for an Minecraft Server lol
# Run the script
```
sh -c "$(curl -sS https://raw.githubusercontent.com/CerberusV1/minecraft_deploy/refs/heads/main/deploy.sh)"
bash -c "$(curl -sS https://raw.githubusercontent.com/CerberusV1/minecraft_deploy/refs/heads/main/deploy.sh)"
```