Added puppeteer

This commit is contained in:
CosmicScale 2025-01-28 16:27:26 +00:00
parent 2a3f403405
commit 4b6b97205e

View File

@ -116,6 +116,14 @@ if [ $? -ne 0 ]; then
fi fi
deactivate 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
echo "Setup completed successfully!" echo "Setup completed successfully!"
read -p "Press any key to exit..." read -p "Press any key to exit..."