Bladeren bron

stop auto installing atom plugins

Kyle P Davis 6 jaren geleden
bovenliggende
commit
5228c4f339
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      install.sh

+ 1 - 1
install.sh

@@ -40,7 +40,7 @@ for F in "$CMD_DIR/atom/"*; do
 done
 done
 if ! [[ -d "$HOME/.atom/packages/" ]]; then
 if ! [[ -d "$HOME/.atom/packages/" ]]; then
 	if which apm &>/dev/null; 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
 	else
 		echo "# WARN: Unable to find Atom's \"apm\" command."
 		echo "# WARN: Unable to find Atom's \"apm\" command."
 		echo "# WARN: 1. Get Atom from the website or automatically using \"gimme atom\""
 		echo "# WARN: 1. Get Atom from the website or automatically using \"gimme atom\""