Skip to content

Commit a89aea3

Browse files
leestottCopilot
andauthored
Update INSTALLATION.md
Co-authored-by: Copilot <[email protected]>
1 parent e0e588f commit a89aea3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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)