Commit 97f7ddf2 authored by Todd Volkert's avatar Todd Volkert Committed by Michael Thomsen

Remove root restriction (#10129)

* Remove root restriction

https://github.com/flutter/flutter/issues/9547

* Add back log msg
parent 940473e5
......@@ -52,7 +52,6 @@ if [[ "$EUID" == "0" ]]; then
echo " We strongly recommend running the flutter tool without superuser privileges."
echo " /"
echo "📎"
exit 1
fi
# Test if Git is available on the Host
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment