Browse Source

remove fatal git clone if RTL exists

v1.3
Christian Rotzoll 6 years ago
parent
commit
688ff5a26b
  1. 1
      home.admin/config.scripts/bonus.rtl.sh

1
home.admin/config.scripts/bonus.rtl.sh

@ -71,6 +71,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
# download source code and set to tag release
echo "*** Get the RTL Source Code ***"
rm -r ./RTL 2>/dev/null
git clone https://github.com/ShahanaFarooqui/RTL.git
cd RTL
git reset --hard v0.4.2

Loading…
Cancel
Save