From 0ad4e62bb3f648e69d61360bd7803b8b293a4e4b Mon Sep 17 00:00:00 2001 From: openoms Date: Thu, 27 Aug 2020 12:50:31 +0200 Subject: [PATCH 1/2] RTL: update to v0.9.0 --- 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 fc1da26ff..927d0eb82 100755 --- a/home.admin/config.scripts/bonus.rtl.sh +++ b/home.admin/config.scripts/bonus.rtl.sh @@ -88,7 +88,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then sudo -u rtl rm -rf /home/rtl/RTL 2>/dev/null sudo -u rtl git clone https://github.com/ShahanaFarooqui/RTL.git /home/rtl/RTL cd /home/rtl/RTL - sudo -u rtl git reset --hard v0.8.1 + sudo -u rtl git reset --hard v0.9.0 # from https://github.com/Ride-The-Lightning/RTL/commits/master # git checkout 917feebfa4fb583360c140e817c266649307ef72 if [ -d "/home/rtl/RTL" ]; then From 229636022801368e2fe163c7b80751ffdf98183c Mon Sep 17 00:00:00 2001 From: openoms Date: Thu, 27 Aug 2020 12:58:12 +0200 Subject: [PATCH 2/2] fix indentation --- home.admin/config.scripts/bonus.rtl.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/home.admin/config.scripts/bonus.rtl.sh b/home.admin/config.scripts/bonus.rtl.sh index d962d94ae..679d480d7 100755 --- a/home.admin/config.scripts/bonus.rtl.sh +++ b/home.admin/config.scripts/bonus.rtl.sh @@ -92,9 +92,8 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then sudo -u rtl git reset --hard v0.9.0 # from https://github.com/Ride-The-Lightning/RTL/commits/master # git checkout 917feebfa4fb583360c140e817c266649307ef72 - -if [ -d "/home/rtl/RTL" ]; then - echo "OK - RTL code copy looks good" + if [ -d "/home/rtl/RTL" ]; then + echo "OK - RTL code copy looks good" else echo "FAIL - code copy did not run correctly" echo "ABORT - RTL install"