Skip to content

Commit

Permalink
Merge pull request #680 from bigbluebutton/antobinary-patch-2
Browse files Browse the repository at this point in the history
2.7: Remove purge nodejs step (port #679)
  • Loading branch information
antobinary authored Sep 7, 2023
2 parents 4da0598 + 80643eb commit 275f89b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bbb-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,8 @@ main() {

if [ -f /etc/apt/sources.list.d/nodesource.list ] && grep -q 16 /etc/apt/sources.list.d/nodesource.list; then
# Node 16 might be installed, previously used in BigBlueButton
sudo apt-get purge nodejs
# Remove the repository config. This will cause the repository to get
# re-added using the current nodejs version, and nodejs will be upgraded.
sudo rm -r /etc/apt/sources.list.d/nodesource.list
fi
if [ ! -f /etc/apt/sources.list.d/nodesource.list ]; then
Expand Down

0 comments on commit 275f89b

Please sign in to comment.