From add7da63fe1b15f4072184d052d5d30c55401573 Mon Sep 17 00:00:00 2001 From: sbs20 Date: Sat, 10 Apr 2021 17:57:28 +0100 Subject: [PATCH] Installer #178 --- server/bin/installer.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/server/bin/installer.sh b/server/bin/installer.sh index c80ced34..34f3495c 100644 --- a/server/bin/installer.sh +++ b/server/bin/installer.sh @@ -171,7 +171,10 @@ If you want to install sane and airscan then run the following: # Running via curl If you just ran this from curl and want to install, then just append '-i' to -your previous command +your previous command so it looks like: + + curl -s https://raw.githubusercontent.com/sbs20/scanservjs/master/server/bin/installer.sh | sudo bash -s -- -i + EOF }