diff --git a/install.sh b/install.sh index fd790c9fba..47fda210f8 100755 --- a/install.sh +++ b/install.sh @@ -26,6 +26,7 @@ rm -rf "$TARGET_DIR" ./meteor --version || exit 1 cp -a dev_bundle "$TARGET_DIR" +cp LICENSE.txt "$TARGET_DIR" function CPR { tar -c --exclude .meteor/local "$1" | tar -x -C "$2"