some formatting

This commit is contained in:
j-hc 2023-09-23 00:54:26 +03:00
parent 1d490b5225
commit 6d47258090
No known key found for this signature in database
GPG Key ID: B69B8F690911EFCC
2 changed files with 2 additions and 2 deletions

View File

@ -169,7 +169,7 @@ if [ "$youtube_mode" != module ] || [ "$music_mode" != module ]; then
log "\nInstall [Vanced Microg](https://github.com/TeamVanced/VancedMicroG/releases) for non-root YouTube or YT Music"
fi
log "\n[revanced-magisk-module](https://github.com/j-hc/revanced-magisk-module)"
log "\n---\nChangelog:"
log "\nChangelog:"
log "$(cat $TEMP_DIR/*-rv/changelog.md)"
pr "Done"

View File

@ -79,7 +79,7 @@ get_rv_prebuilts() {
local nm
nm=$(cut -d/ -f9 <<<"$rv_patches_url")
echo "Patches: $(cut -d/ -f4 <<<"$rv_patches_url")/$nm " >>"$patches_dir/changelog.md"
echo "[Changelog](https://github.com/${patches_src}/releases/tag/v$(sed 's/.*-\(.*\)\..*/\1/' <<<$nm))" >>"$patches_dir/changelog.md"
echo -e "[Changelog](https://github.com/${patches_src}/releases/tag/v$(sed 's/.*-\(.*\)\..*/\1/' <<<$nm))\n" >>"$patches_dir/changelog.md"
# echo -e "\n${rv_patches_changelog//# [/### [}\n---" >>"$patches_dir/changelog.md"
dl_if_dne "$rv_cli_jar" "$rv_cli_url" >&2 || return 1