11 Commits 870fc6eaed ... ccade3c57b

Auteur SHA1 Message Date
  bryan ccade3c57b 1.3.5 release il y a 3 jours
  bryan 29c4f05c62 Grammar il y a 3 jours
  bryan 3078384571 Skip latest version check when using install=repo il y a 3 jours
  bryan 9f6ed3d512 Refactor init and parse_input to simplify scoping il y a 3 jours
  bryan 3b492d309b Fix self-update switch il y a 3 jours
  bryan 6d548ac278 Simplify MC_REPO il y a 3 jours
  bryan 6c98b6cc1a Convert from 4 to 2 space indents il y a 3 jours
  bryan 091f5954d6 Update .gitignore il y a 3 jours
  bryan 17f9d5b3c4 Swap init and parse_input il y a 3 jours
  bryan 98ba7e31d9 Exclude MC stub from rpmbuild for MC31 and earlier il y a 3 jours
  bryan 1cdf4feb42 Convert comments to shdoc il y a 3 jours
3 fichiers modifiés avec 697 ajouts et 723 suppressions
  1. 1 0
      .gitignore
  2. 6 4
      README.md
  3. 690 719
      installJRMC

+ 1 - 0
.gitignore

@@ -2,3 +2,4 @@
 .vscode/
 README.bbcode
 installJRMC.zip
+README.shdoc.md

+ 6 - 4
README.md

@@ -8,7 +8,7 @@ You can always find the latest version of installJRMC, changelog, and documentat
 
 `installJRMC [--option [ARGUMENT]]`
 
-Running `installJRMC` without any options will install the latest version of JRiver Media Center (MC) from the official JRiver repository (Ubuntu/Debian) or my [unofficial repository](https://repos.bryanroessler.com/jriver/) (Fedora/CentOS) using the system package manager (`--install repo`). If any other option is passed, then the default install method (i.e. `--install repo` or `--install local`) must be specified. This makes it possible to install services and containers independent of MC.>
+Running `installJRMC` without any options implies `--install repo` and will install the latest version of JRiver Media Center (MC) from the official JRiver repository (Ubuntu/Debian) or my [unofficial repository](https://repos.bryanroessler.com/jriver/) (Fedora/CentOS) using the system package manager. If any other option is passed, then the default install method (i.e. `--install repo` or `--install local`) must be specified (to allow services and containers to be installed independent of MC).
 
 ## tl;dr
 
@@ -27,7 +27,7 @@ $ installJRMC --help
 --compat
     Build/install MC without minimum dependency version requirements
 --mcversion VERSION
-    Build or install a specific MC version, ex. "33.0.20" (default: latest version)
+    Build or install a specific MC version, ex. "33.0.30" (default: latest version)
 --mcrepo REPO
     Specify the MC repository, ex. "bullseye", "bookworm", "noble", etc (default: latest official)
 --arch ARCH
@@ -51,6 +51,8 @@ $ installJRMC --help
       The webroot directory to install the repo (default: /var/www/jriver/)
   --createrepo-user USER
       The web server user if different from the current user
+--no-update
+    Disable the installJRMC update check
 --yes, -y, --auto
     Always assume yes for questions
 --version, -v
@@ -118,9 +120,9 @@ Multiple services (but not `--service-types`) can be installed at one time using
 
     Install MC from the repository and start/enable `jriver-mediacenter.service` as a user service.
 
-* `installJRMC --install local --compat --restorefile /path/to/license.mjr --mcversion 33.0.20`
+* `installJRMC --install local --compat --restorefile /path/to/license.mjr --mcversion 33.0.30`
 
-    Build and install an MC 33.0.20 comptability RPM locally and activate it using the `/path/to/license.mjr`
+    Build and install an MC 33.0.30 compatibility RPM locally and activate it using the `/path/to/license.mjr`
 
 * `installJRMC --createrepo --createrepo-webroot /srv/jriver/repo --createrepo-user www-user`
 

Fichier diff supprimé car celui-ci est trop grand
+ 690 - 719
installJRMC


Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff