Browse Source

Merge pull request #12 from rootzoll/master

Update RTL to v0.1.14-alpha
dev
bluecell296 6 years ago
committed by GitHub
parent
commit
782bed2dce
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      home.admin/config.scripts/bonus.rtl.sh

4
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 ***"

Loading…
Cancel
Save