-
Notifications
You must be signed in to change notification settings - Fork 93
Add documentation for debian repository #938
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add documentation for debian repository #938
Conversation
Co-authored-by: Peter L Jones <pljones@users.noreply.github.com>
| 1. Once installed, you can delete the file and close any console windows. | ||
|
|
||
| **Upgrades:** If you need to upgrade Jamulus to a newer version, just download the new .deb file and re-install as above. | ||
| **Upgrades:** If you need to upgrade Jamulus to a newer version and install Jamulus manually, just download the new .deb file and re-install as above. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
or install Jamulus manually?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The repository handles automatic upgrades so it should be an and
|
|
||
| 1. Download the setup script: `curl https://raw.githubusercontent.com/jamulussoftware/jamulus/main/linux/setup_repo.sh > setup_repo.sh` | ||
| 1. Make the script executable: `chmod +x setup_repo.sh` | ||
| 1. Run the script and install the headless server: `sudo ./setup_repo.sh && sudo apt install jamulus-headless` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd prefer to see each command on an indented second line, which I think requires a newline and 4 spaces. A command on a newline is easier to visually understand (in particular, avoiding newlines mid-command) and copy from the browser with a mouse, which is the way most readers will use these.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
True. Feel free to open a PR to next_release
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we have an option to add a Copy clickable link?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure. I also thought about that, but that's something for research (preferably it would work without JS)
|
In the /linux folder. |

Short description of changes
This adds documentation for the Debian repository.
Context: Fixes an issue? Related issues
Fixes: #937
Status of this Pull Request
Ready for review
What is missing until this pull request can be merged?
Review and update of the GPG key by Volker on the repo.
Does this need translation?
YES
Checklist