Skip to content

Commit

Permalink
Install for Deb10
Browse files Browse the repository at this point in the history
  • Loading branch information
sbs20 committed May 2, 2020
1 parent 0b4e987 commit 103ae46
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# installation

## tl;dr;

```
sudo apt install npm sane-utils imagemagick curl`
sudo apt install npm sane-utils imagemagick curl
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt install -y nodejs
wget -O ~/scanservjs.tar.gz $(curl -s https://api.github.com/repos/sbs20/scanservjs/releases/latest | grep browser_download_url | cut -d '"' -f 4)
Expand Down Expand Up @@ -32,6 +33,11 @@ sudo apt install -y nodejs
sudo apt-get install npm sane-utils imagemagick`
```

#### Debian 10:
```
sudo apt install -y nodejs npm sane-utils imagemagick
```

For more on problems installing an up to date nodejs on Debian which includes
`npm`. See [here](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions)

Expand Down

0 comments on commit 103ae46

Please sign in to comment.