From b0661da1089e26dd88c9a7fce3efbed484c2cf5a Mon Sep 17 00:00:00 2001 From: rootzoll Date: Tue, 5 Feb 2019 02:40:42 +0100 Subject: [PATCH] Update RTL to v0.1.14-alpha --- home.admin/config.scripts/bonus.rtl.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/home.admin/config.scripts/bonus.rtl.sh b/home.admin/config.scripts/bonus.rtl.sh index 8bc9183..204cb56 100755 --- a/home.admin/config.scripts/bonus.rtl.sh +++ b/home.admin/config.scripts/bonus.rtl.sh @@ -46,7 +46,9 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then echo "*** Get the RTL Source Code ***" git clone https://github.com/ShahanaFarooqui/RTL.git cd RTL - git reset --hard v0.1.13-alpha + #git reset --hard v0.1.13-alpha + git reset --hard v0.1.14-alpha + # install echo "*** Run: npm install ***"