Selaa lähdekoodia

Update script

Snow 7 vuotta sitten
vanhempi
commit
27b3941eb0
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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"