diff options
author | Juan J. Martinez <jjm@usebox.net> | 2021-07-20 20:58:18 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2021-07-22 19:49:53 +0100 |
commit | 173fe78d7bcd982cd0b7418d5326a1ecb6da46ee (patch) | |
tree | d63481cca3c567147d7fd5eb388a22bd8dcb471b | |
parent | d18572b1eba8e92b25915e183ffbacc8af4b03dd (diff) | |
download | spacebeans-173fe78d7bcd982cd0b7418d5326a1ecb6da46ee.tar.gz spacebeans-173fe78d7bcd982cd0b7418d5326a1ecb6da46ee.zip |
Removed reference to GH
-rw-r--r-- | Deployment.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Deployment.md b/Deployment.md index 48e6c16..5985477 100644 --- a/Deployment.md +++ b/Deployment.md @@ -30,7 +30,8 @@ adduser --quiet \ ``` mkdir -p /opt/spacebeans cd /opt/spacebeans -wget https://github.com/reidrac/spacebeans/releases/download/vVERSION/spacebeans-VERSION.jar +# get the URL to the latest JAR from https://gitlab.com/reidrac/spacebeans/-/releases +wget URL/spacebeans-VERSION.jar ``` 3. Create a certificate (optional, only if you don't have one already): |