From 81b67e5838d7f7e1a9bce7beac0fce90a82e0ff9 Mon Sep 17 00:00:00 2001 From: bryan Date: Wed, 9 Sep 2020 13:00:27 -0400 Subject: [PATCH] Update boardurl for MC 27 --- installJRMC | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installJRMC b/installJRMC index 07a2a79..9f204ef 100755 --- a/installJRMC +++ b/installJRMC @@ -18,8 +18,8 @@ shopt -s extglob ####################################### installJRMC() { - _scriptversion="0.8" - _boardurl="https://yabb.jriver.com/interact/index.php/board,64.0.html" + _scriptversion="0.9" + _boardurl="https://yabb.jriver.com/interact/index.php/board,67.0.html" _outputdir="$_basedir/output" _createrepo_webroot="/srv/jriver" _exec_user="$(whoami)"