瀏覽代碼

actually fix atom install

Kyle P Davis 10 年之前
父節點
當前提交
6e7bfb1ebe
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      install.sh

+ 1 - 1
install.sh

@@ -34,7 +34,7 @@ link "$CMD_DIR/.node-inspectorrc" "$HOME/.node-inspectorrc"
 mkdir -p "$HOME/.atom"
 for F in "$CMD_DIR/atom/"*; do
 	FN=${F##*/}
-	echo link "$CMD_DIR/atom/$FN" "$HOME/.atom/$FN"
+	link "$CMD_DIR/atom/$FN" "$HOME/.atom/$FN"
 done
 if ! [[ -d "$HOME/.atom/packages/" ]]; then
 	if which apm &>/dev/null; then