Skip to content

Commit 173625f

Browse files
authored
Update Linux installation guide to add libsystemd-dev when installing packages (Koenkk#2538)
1 parent e03009b commit 173625f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/guide/installation/01_linux.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ lrwxrwxrwx. 1 root root 13 Oct 19 19:26 usb-Texas_Instruments_TI_CC2531_USB_CDC_
3636
# NOTE 1: Older i386 hardware can work with [unofficial-builds.nodejs.org](https://unofficial-builds.nodejs.org/download/release/v20.9.0/ e.g. Version 20.9.0 should work.
3737
# NOTE 2: For Ubuntu see tip below
3838
sudo curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
39-
sudo apt-get install -y nodejs git make g++ gcc
39+
sudo apt-get install -y nodejs git make g++ gcc libsystemd-dev
4040

4141
# Verify that the correct nodejs and npm (automatically installed with nodejs)
4242
# version has been installed

0 commit comments

Comments
 (0)