diff --git a/patch.py b/patch.py index 722ac96..023d9d7 100644 --- a/patch.py +++ b/patch.py @@ -334,7 +334,6 @@ def patch_npk_package(package,key_dict): patch_squashfs(extract_dir,key_dict) logo = os.path.join(extract_dir,"nova/lib/console/logo.txt") run_shell_command(f"sudo sed -i '1d' {logo}") - run_shell_command(f"sudo sed -i '8s#.*# elseif@live.cn https://github.com/elseif/MikroTikPatch#' {logo}") print(f"pack {extract_dir} ...") run_shell_command(f"rm -f {squashfs_file}") run_shell_command(f"mksquashfs {extract_dir} {squashfs_file} -quiet -comp xz -no-xattrs -b 256k")