mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 14:51:03 +01:00
RTL update to post v0.6.0 fix
This commit is contained in:
parent
3e8ae50c5e
commit
f1d0ba7f91
1 changed files with 3 additions and 1 deletions
|
@ -40,7 +40,9 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
|
|||
rm -r /home/admin/RTL 2>/dev/null
|
||||
git clone https://github.com/ShahanaFarooqui/RTL.git /home/admin/RTL
|
||||
cd /home/admin/RTL
|
||||
git reset --hard v0.5.4
|
||||
# git reset --hard v0.5.4
|
||||
# from https://github.com/Ride-The-Lightning/RTL/commits/master
|
||||
git checkout 917feebfa4fb583360c140e817c266649307ef72
|
||||
# check if node_modles exists now
|
||||
if [ -d "/home/admin/RTL" ]; then
|
||||
echo "OK - RTL code copy looks good"
|
||||
|
|
Loading…
Add table
Reference in a new issue