mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 14:51:03 +01:00
#2810 try mute user interaction
This commit is contained in:
parent
a62f20c894
commit
9194a341ea
1 changed files with 4 additions and 3 deletions
|
@ -318,15 +318,16 @@ if [ "$1" = "update" ]; then
|
|||
"${PGPsigner}" "${PGPpubkeyLink}" "${PGPpubkeyFingerprint}" || exit 1
|
||||
|
||||
# install deps
|
||||
# opt out of telemetry
|
||||
sudo -u thunderhub npx next telemetry disable
|
||||
echo "# Installing dependencies..."
|
||||
sudo -u thunderhub npm install --quiet
|
||||
sudo -u thunderhub npm install --quiet --yes
|
||||
if ! [ $? -eq 0 ]; then
|
||||
echo "# FAIL - npm install did not run correctly, aborting"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# opt out of telemetry
|
||||
sudo -u thunderhub npx next telemetry disable
|
||||
|
||||
# build nextjs
|
||||
echo "# Building application..."
|
||||
sudo -u thunderhub npm run build
|
||||
|
|
Loading…
Add table
Reference in a new issue