Skip to content

Commit 06a95cd

Browse files
committed
removed domino from bash_setup
1 parent 335535b commit 06a95cd

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

docs/setup/bash_setup.sh

-13
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,5 @@ LINE_TO_ADD='export JAVA_HOME="/Library/Internet Plug-Ins/JavaAppletPlugin.plugi
3737
check_if_line_exists || add_line_to_profile
3838

3939

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-
check_if_line_exists || add_line_to_profile
52-
5340

5441

0 commit comments

Comments
 (0)