UserVM Handbook: Difference between revisions

no edit summary
(add nodesource repo instructions, switch to apt-get because its safer for documentation (good practice even if its just a simple install))
No edit summary
}}
On Debian, the packaged node version is too old to run CollabVM, so we'll add the nodesource repository.
{{code|<nowiki>
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo bash -
apt-get install -y nodejs
</nowiki>}}
}}
Then install dependencies
{{code|