Skip to content

Commit

Permalink
Station Captain- added curl to depends list, update to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
GregJohnStewart committed Sep 4, 2022
1 parent 3455ab8 commit f50f31d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion software/Station Captain/docs/Quickstart Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Steps:

1. Download the installer for your system [here on the releases page](https://github.com/Epic-Breakfast-Productions/OpenQuarterMaster/releases?q=Station+captain&expanded=true).
2. Install the package using:
- `sudo apt install <deb file>.deb`
- `sudo apt install ./<deb file>.deb`
3. Run the main script command: `sudo oqm-captain`
- The first run should prompt you to do an initial install. Do so.
- Installation should be complete once this finishes. You can exit the script.
Expand Down
2 changes: 1 addition & 1 deletion software/Station Captain/oqm-captain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# - hwinfo
# - sponge (from moreutils)
# - jq
SCRIPT_VERSION="1.0.6-DEV"
SCRIPT_VERSION="1.0.7-DEV"
SCRIPT_PACKAGE_NAME="open+quarter+master-manager-station+captain"
SCRIPT_TITLE="Open QuarterMaster Station Captain V${SCRIPT_VERSION}"

Expand Down
4 changes: 2 additions & 2 deletions software/Station Captain/properties.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"packageName":"open+quarter+master-manager-station+captain",
"version":"1.0.6-DEV",
"version":"1.0.7-DEV",
"description":"Utility for setting up and maintaining an instance of Open QuarterMaster.",
"maintainer": {
"name":"EBP"
},
"homepage":"https://github.com/Epic-Breakfast-Productions/OpenQuarterMaster/tree/main/software/Station%20Captain",
"dependencies": {
"deb":"jq, bash, hwinfo, moreutils, dialog, docker, docker.io",
"deb":"bash, curl, jq, hwinfo, moreutils, dialog, docker, docker.io",
"deb-maybe":"unattended-upgrades, apt-listchanges, bsd-mailx",
"rpm":"bash, hwinfo"
},
Expand Down

0 comments on commit f50f31d

Please sign in to comment.