mirror of
https://github.com/CosmicScale/PSBBN-Definitive-English-Patch.git
synced 2025-03-10 10:17:51 +01:00
Added puppeteer
This commit is contained in:
parent
2a3f403405
commit
4b6b97205e
@ -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..."
|
||||
|
Loading…
x
Reference in New Issue
Block a user