Update OpenSUSE installer to get node 16

fix-timelapse-frames-bugs
Moe 2022-07-19 13:11:00 -07:00
parent 0dbe456e5e
commit 903eb654d6
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ echo "(y)es or (N)o"
NODEJSINSTALL=0
read -r nodejsinstall
if [ "$nodejsinstall" = "y" ] || [ "$nodejsinstall" = "Y" ]; then
sudo zypper install -y nodejs11
sudo zypper install -y nodejs16
NODEJSINSTALL=1
fi
echo "============="