mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 12:06:36 +02:00
remove fatal git clone if RTL exists
This commit is contained in:
@@ -71,6 +71,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
|
|||||||
|
|
||||||
# download source code and set to tag release
|
# download source code and set to tag release
|
||||||
echo "*** Get the RTL Source Code ***"
|
echo "*** Get the RTL Source Code ***"
|
||||||
|
rm -r ./RTL 2>/dev/null
|
||||||
git clone https://github.com/ShahanaFarooqui/RTL.git
|
git clone https://github.com/ShahanaFarooqui/RTL.git
|
||||||
cd RTL
|
cd RTL
|
||||||
git reset --hard v0.4.2
|
git reset --hard v0.4.2
|
||||||
|
Reference in New Issue
Block a user