From 2b464062fdc3e587b1ab67b5016200bd90e92b75 Mon Sep 17 00:00:00 2001 From: Kristjan ESPERANTO <35647502+KristjanESPERANTO@users.noreply.github.com> Date: Tue, 26 Nov 2024 16:29:14 +0100 Subject: [PATCH 1/3] Update TEST_STRING --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index 70a0792..133e50b 100755 --- a/installer.sh +++ b/installer.sh @@ -38,7 +38,7 @@ MODULE_NAME=MMM-Remote-Control FORK=Jopyth # check if we are correct by searching for https://github.com/MagicMirrorOrg/MagicMirror in package.json -TEST_STRING="\"url\": \"git+https://github.com/MagicMirrorOrg/MagicMirror.git\"" +TEST_STRING="\"url\": \"https://github.com/MagicMirrorOrg/MagicMirror\"" if grep -sq "$TEST_STRING" "$MM_HOME/package.json"; then # we found it echo -n "" From 4e95f021f1c83f1345113c3c1925ed42cc7da467 Mon Sep 17 00:00:00 2001 From: Kristjan ESPERANTO <35647502+KristjanESPERANTO@users.noreply.github.com> Date: Tue, 26 Nov 2024 16:33:28 +0100 Subject: [PATCH 2/3] Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9136214..6df38bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/). +## [2.x.x] - UNRELEASED + +### Fixed + +- Updated TEST_STRING in `installer.sh`. Since MagicMirror² v2.27.0, the string has changed and the installer script was not able to detect the MagicMirror² directory. + ## [2.5.0] - 2024-11-20 ### Added From 9a12e83f77dbea95875783d8f9e436659ae31c15 Mon Sep 17 00:00:00 2001 From: Kristjan ESPERANTO <35647502+KristjanESPERANTO@users.noreply.github.com> Date: Fri, 6 Dec 2024 23:56:42 +0100 Subject: [PATCH 3/3] Update URL --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index 133e50b..0d7e64c 100755 --- a/installer.sh +++ b/installer.sh @@ -196,7 +196,7 @@ fi echo "Have fun with the module, if you have any problems, please search for help on github or in the forum:" echo "" echo " Github : https://github.com/$FORK/$MODULE_NAME" -echo " Forum : http://forum.magicmirror.builders" +echo " Forum : https://forum.magicmirror.builders" echo "" echo "Do not forget to restart your MagicMirror² to activate the module! Installation finished." echo ""