Fix previous commit

This commit is contained in:
Alexandre CATTEAU 2023-11-11 16:33:55 +01:00
parent d7c0eed703
commit 013d1aad51

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/bootstrap.sh | $sudo bash -s -- -a curl -s https://raw.githubusercontent.com/sbs20/scanservjs/master/bootstrap.sh | sudo bash -s -- -v latest
exit 0 exit 0