Merge branch 'main' into dev

This commit is contained in:
adityauj
2025-07-04 12:34:51 +02:00
committed by GitHub
7 changed files with 188 additions and 68 deletions

View File

@@ -31,15 +31,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!"