Update scanservjs install script location

This commit is contained in:
Alexandre CATTEAU 2023-11-11 16:31:46 +01:00
parent b4d84bb28a
commit d7c0eed703

View File

@ -7,6 +7,6 @@ else
fi fi
echo "Installing scanservjs directly from GitHub..." echo "Installing scanservjs directly from GitHub..."
curl -s https://raw.githubusercontent.com/sbs20/scanservjs/master/packages/server/installer.sh | $sudo bash -s -- -a curl -s https://raw.githubusercontent.com/sbs20/scanservjs/master/packages/server/bootstrap.sh | $sudo bash -s -- -a
exit 0 exit 0