We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0ba11d commit 300121aCopy full SHA for 300121a
install-tools.sh
@@ -78,7 +78,7 @@ add_plugins_oh_my_zsh(){
78
79
80
install_requirements(){
81
- echo "Install Requirements\n"
+ echo "Install Requirements"
82
for tool in ${tools_requirements[*]}
83
do
84
check_tool_and_install $tool
@@ -87,7 +87,7 @@ install_requirements(){
87
88
install_requirements
89
90
-echo "Total tools: ${#tools_to_install[@]} \n";
+echo "Total tools: ${#tools_to_install[@]}";
91
92
for tool in ${tools_to_install[*]}
93
0 commit comments