diff options
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,9 +18,9 @@ mkdir -p "${DESTINATION}" cp "apple-touch-icon.png" "${DESTINATION}" cp "favicon.ico" "${DESTINATION}" +cp "index.php" "${DESTINATION}" cp -r "font" "${DESTINATION}" -cp -r "html" "${DESTINATION}" cp -r "image" "${DESTINATION}" cp -r "include" "${DESTINATION}" cp -r "svg" "${DESTINATION}" |