Browse Source

Update script

Snow 7 years ago
parent
commit
27b3941eb0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install.sh

+ 1 - 1
install.sh

@@ -14,7 +14,7 @@ else
 fi
 
 echo "Installing fonts" 
-mv "$FONT_DIR/*" $TARGET_DIR
+cp $FONT_DIR/* $TARGET_DIR
 echo "Refreshing font cache"
 fc-cache -f
 echo "Done"