Fix issues on Macos Apple Silicon systems

This commit is contained in:
2025-04-08 09:36:57 +02:00
parent 29ea7ea347
commit 5966ae7d77
4 changed files with 46 additions and 31 deletions

View File

@@ -29,15 +29,6 @@ else
echo "Docker installed."
fi
# check if docker-compose is installed and available
if ! docker-compose --version; then
echo "Docker-compose not installed!"
echo -n "Stopped."
exit
else
echo "Docker-compose installed."
fi
# check if npm is installed and available
if ! npm --version; then
echo "NPM not installed!"