소스 검색

Remove unnecessary codes

Keyi 7 년 전
부모
커밋
44c61ae8e7
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      install.sh

+ 2 - 2
install.sh

@@ -4,8 +4,8 @@
 DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
 FONT_DIR="$DIR/collections"
 echo "Found fonts:"
-find "$FONT_DIR" -mindepth 1 -type d \( \! -name "$(basename "$DIR")" \) -exec basename {} \;
-
+find "$FONT_DIR" -mindepth 1 -type d -exec basename {} \;
+echo "------"
 # get target path
 if [[ $(uname) == 'Linux' ]]; then
   TARGER_DIR="$HOME/.local/share/fonts"