Loading update.sh +0 −2 Original line number Diff line number Diff line Loading @@ -12,8 +12,6 @@ git -C .update -c advice.detachedHead=false checkout ${LATEST_TAG} if [[ -s .update/update.list ]]; then rsync -av \ --include-from=.update/update.list \ --include=update.list \ --include=update.sh \ --exclude=* \ --delete-after \ .update/ \ Loading Loading
update.sh +0 −2 Original line number Diff line number Diff line Loading @@ -12,8 +12,6 @@ git -C .update -c advice.detachedHead=false checkout ${LATEST_TAG} if [[ -s .update/update.list ]]; then rsync -av \ --include-from=.update/update.list \ --include=update.list \ --include=update.sh \ --exclude=* \ --delete-after \ .update/ \ Loading