Skip to content

Commit a89aea3

Browse files
leestottCopilot
andauthored
Update INSTALLATION.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e0e588f commit a89aea3

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

INSTALLATION.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,14 @@ The quiz application requires Node.js and npm.
141141
**Linux:**
142142
```bash
143143
# Debian/Ubuntu
144+
# WARNING: Piping scripts from the internet directly into bash can be a security risk.
145+
# It is recommended to review the script before running it:
146+
# curl -fsSL https://deb.nodesource.com/setup_lts.x -o setup_lts.x
147+
# less setup_lts.x
148+
# Then run:
149+
# sudo -E bash setup_lts.x
150+
#
151+
# Alternatively, you can use the one-liner below at your own risk:
144152
curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
145153
sudo apt-get install -y nodejs
146154

0 commit comments

Comments
 (0)