update RTL to v0.1.12-alpha

This commit is contained in:
rootzoll 2019-01-20 19:03:10 +01:00
parent ed0b105f61
commit 8482f5d857

View File

@ -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.7-alpha
git reset --hard v0.1.12-alpha
# install
echo "*** Run: npm install ***"