Skip to content
Snippets Groups Projects
Commit 3d29d4a4 authored by vlorentz's avatar vlorentz
Browse files

npm is a virtual package provided by nodejs, it does not need to be installed.

parent 59648c95
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ package manager. On Debian/Ubuntu-based distributions::
curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt/ $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
sudo apt update
sudo apt install python3 python3-venv libsvn-dev postgresql-10 nodejs npm \
sudo apt install python3 python3-venv libsvn-dev postgresql-10 nodejs \
libsystemd-dev
Postgres
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment