We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 335535b commit 06a95cdCopy full SHA for 06a95cd
docs/setup/bash_setup.sh
@@ -37,18 +37,5 @@ LINE_TO_ADD='export JAVA_HOME="/Library/Internet Plug-Ins/JavaAppletPlugin.plugi
37
check_if_line_exists || add_line_to_profile
38
39
40
-LINE_TO_ADD='export DOMINO_API_HOST=http://domino.teslamotors.com:9000'
41
-check_if_line_exists || add_line_to_profile
42
-
43
44
-echo "Please your domino API Key: "
45
-echo "http://domino.teslamotors.com:9000/account"
46
-read apikey
47
48
49
50
-LINE_TO_ADD="export DOMINO_USER_API_KEY='$apikey'"
51
52
53
54
0 commit comments