Browse Source

stop auto installing atom plugins

Kyle P Davis 6 năm trước cách đây
mục cha
commit
5228c4f339
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      install.sh

+ 1 - 1
install.sh

@@ -40,7 +40,7 @@ for F in "$CMD_DIR/atom/"*; do
 done
 if ! [[ -d "$HOME/.atom/packages/" ]]; then
 	if which apm &>/dev/null; then
-		"$CMD_DIR/install_atom_plugins.sh"
+		echo "# INFO: If you use Atom then you may want to run \"$CMD_DIR/install_atom_plugins.sh\""
 	else
 		echo "# WARN: Unable to find Atom's \"apm\" command."
 		echo "# WARN: 1. Get Atom from the website or automatically using \"gimme atom\""