From c20ee69beb78e6e347bf7ca80ac4d5fe0c2bdbb0 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Fri, 1 Feb 2019 14:28:35 +0100 Subject: [PATCH] update RTL to v0.1.13-alpha --- home.admin/config.scripts/bonus.rtl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/config.scripts/bonus.rtl.sh b/home.admin/config.scripts/bonus.rtl.sh index 05ecb59..edc9733 100755 --- a/home.admin/config.scripts/bonus.rtl.sh +++ b/home.admin/config.scripts/bonus.rtl.sh @@ -45,7 +45,7 @@ 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.12-alpha + git reset --hard v0.1.13-alpha # install echo "*** Run: npm install ***"