Skip to content

Commit

Permalink
Merge pull request #364 from sbs20/development
Browse files Browse the repository at this point in the history
Docs
  • Loading branch information
sbs20 authored Oct 3, 2021
2 parents 3a59ab0 + c7ae280 commit 965d5cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## One line install

* If you don't already have your scanner working, then you need to get
* If you don't already have your scanner working, then you must get
[SANE installed and working](./sane.md) and check permissions etc. Your
scanner can be attached to a different server / device if you're using saned.
* If you're using a debian based distro then you can just use the installer
Expand All @@ -11,6 +11,7 @@
```sh
curl -s https://raw.githubusercontent.com/sbs20/scanservjs/master/packages/server/installer.sh | sudo bash -s -- -a
```
Note: the installer script will always install from the master branch.
* If you're using Arch, then [@dadosch](https://github.com/dadosch) created a
PKGBUILD script in Arch's AUR which allows Arch-distro-based users to quickly
install and update scanservjs with any AUR helper, for example:
Expand Down
3 changes: 1 addition & 2 deletions packages/server/src/feature.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ class Feature {
this.default = Number(this.default);

} else if (this.parameters.indexOf('..') > -1) {
// this.options = [50, 75, 100, 150, 200, 300, 600, 1200];
this.range(this);
const limits = this.limits;
this.options = [];
Expand Down Expand Up @@ -105,4 +104,4 @@ class Feature {
}
}

module.exports = Feature;
module.exports = Feature;

0 comments on commit 965d5cb

Please sign in to comment.