diff --git a/01-Setup.sh b/01-Setup.sh index e01f9ce..9c3ec87 100755 --- a/01-Setup.sh +++ b/01-Setup.sh @@ -116,6 +116,14 @@ if [ $? -ne 0 ]; then fi deactivate +npm install puppeteer +if [ $? -ne 0 ]; then + echo + echo "Error: Failed to install puppeteer." + read -p "Press any key to exit..." + exit 1 +fi + echo echo "Setup completed successfully!" read -p "Press any key to exit..."