From 44131f05ee313312f6429e7c837cf6dba9e2f3e1 Mon Sep 17 00:00:00 2001 From: Cristian Vargas Date: Tue, 18 Aug 2020 15:56:55 -0500 Subject: [PATCH] Update README.md Co-authored-by: Nick Sweeting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 030313ab..8725d9b2 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ open http://127.0.0.1:8000 apt install python3 python3-pip git curl wget youtube-dl chromium-browser curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - \ - && echo 'deb https://deb.nodesource.com/node_14.x buster main' >> /etc/apt/sources.list \ + && echo 'deb https://deb.nodesource.com/node_14.x $(lsb_release -cs) main' >> /etc/apt/sources.list \ && apt-get update -qq \ && apt-get install -qq -y --no-install-recommends nodejs