mirror of
https://github.com/elseif/MikroTikPatch
synced 2026-07-17 18:49:41 +00:00
Compare commits
7 Commits
22fefaf3f4
...
0b3d6862ad
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0b3d6862ad | ||
|
|
399cc879ed | ||
|
|
a5601a7320 | ||
|
|
067327e43e | ||
|
|
2b6ed9e615 | ||
|
|
2750b4502c | ||
|
|
30c069ac9e |
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -2,7 +2,7 @@
|
|||||||
name: Patch Mikrotik RouterOS
|
name: Patch Mikrotik RouterOS
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 0 * * *" # At UTC 00:00 on every day
|
- cron: "00 10 * * *" # At UTC 10:00 (Beijing 18:00) on every day
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
2
.github/workflows/patch_v6.yml
vendored
2
.github/workflows/patch_v6.yml
vendored
@ -243,7 +243,7 @@ jobs:
|
|||||||
uses: actions/cache@v5
|
uses: actions/cache@v5
|
||||||
with:
|
with:
|
||||||
path: ${{ env.BUILD_DIR }}/mikrotik-${{ env.VERSION }}${{ env.ARCH_EXT }}.iso
|
path: ${{ env.BUILD_DIR }}/mikrotik-${{ env.VERSION }}${{ env.ARCH_EXT }}.iso
|
||||||
key: mikrotik-${{ env.VERSION }}${{ env.ARCH_EXT }}
|
key: mikrotik-${{ env.VERSION }}${{ env.ARCH_EXT }}.iso
|
||||||
|
|
||||||
- name: Get mikrotik-${{ env.VERSION }}${{ env.ARCH_EXT }}.iso
|
- name: Get mikrotik-${{ env.VERSION }}${{ env.ARCH_EXT }}.iso
|
||||||
if: steps.cache-mikrotik-iso.outputs.cache-hit != 'true'
|
if: steps.cache-mikrotik-iso.outputs.cache-hit != 'true'
|
||||||
|
|||||||
9
.github/workflows/patch_v7.yml
vendored
9
.github/workflows/patch_v7.yml
vendored
@ -266,7 +266,7 @@ jobs:
|
|||||||
uses: actions/cache@v5
|
uses: actions/cache@v5
|
||||||
with:
|
with:
|
||||||
path: ${{ env.BUILD_DIR }}/mikrotik-${{ env.VERSION }}${{ env.ARCH_EXT }}.iso
|
path: ${{ env.BUILD_DIR }}/mikrotik-${{ env.VERSION }}${{ env.ARCH_EXT }}.iso
|
||||||
key: mikrotik-${{ env.VERSION }}${{ env.ARCH_EXT }}
|
key: mikrotik-${{ env.VERSION }}${{ env.ARCH_EXT }}.iso
|
||||||
|
|
||||||
- name: Get mikrotik-${{ env.VERSION }}${{ env.ARCH_EXT }}.iso
|
- name: Get mikrotik-${{ env.VERSION }}${{ env.ARCH_EXT }}.iso
|
||||||
if: steps.cache-mikrotik-iso.outputs.cache-hit != 'true'
|
if: steps.cache-mikrotik-iso.outputs.cache-hit != 'true'
|
||||||
@ -332,7 +332,7 @@ jobs:
|
|||||||
uses: actions/cache@v5
|
uses: actions/cache@v5
|
||||||
with:
|
with:
|
||||||
path: ${{ env.BUILD_DIR }}/netinstall-${{ env.VERSION }}.zip
|
path: ${{ env.BUILD_DIR }}/netinstall-${{ env.VERSION }}.zip
|
||||||
key: netinstall-${{ env.VERSION }}
|
key: netinstall-${{ env.VERSION }}.zip
|
||||||
|
|
||||||
- name: Get netinstall ${{ env.VERSION }}
|
- name: Get netinstall ${{ env.VERSION }}
|
||||||
if: |
|
if: |
|
||||||
@ -354,9 +354,8 @@ jobs:
|
|||||||
id: cache-refind
|
id: cache-refind
|
||||||
uses: actions/cache@v5
|
uses: actions/cache@v5
|
||||||
with:
|
with:
|
||||||
path: refind-bin-0.14.2.zip
|
path: ${{ env.BUILD_DIR }}/refind-bin-0.14.2.zip
|
||||||
key: refind
|
key: refind-bin-0.14.2.zip
|
||||||
restore-keys: refind
|
|
||||||
|
|
||||||
- name: Get refind
|
- name: Get refind
|
||||||
if: matrix.arch == 'x86' && steps.cache-refind.outputs.cache-hit != 'true'
|
if: matrix.arch == 'x86' && steps.cache-refind.outputs.cache-hit != 'true'
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
[](https://github.com/elseif/MikroTikPatch/actions/workflows/patch_v6.yml)
|
[](https://github.com/elseif/MikroTikPatch/actions/workflows/main.yml)
|
||||||
[](https://github.com/elseif/MikroTikPatch/actions/workflows/patch_v6.yml)
|
|
||||||
|
|
||||||
### 感谢赞助
|
### 感谢赞助
|
||||||
[](https://www.digitalocean.com/?refcode=dbf6ed365068&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge)
|
[](https://www.digitalocean.com/?refcode=dbf6ed365068&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge)
|
||||||
@ -16,12 +16,11 @@
|
|||||||
[](./LICENSE)
|
[](./LICENSE)
|
||||||
[](./CODE_OF_CONDUCT.md)
|
[](./CODE_OF_CONDUCT.md)
|
||||||
|
|
||||||
### [[Discord](https://discord.gg/keV6MWQFtX)] [[Telegram](https://t.me/mikrotikpatch)] [[Keygen(Telegram Bot)](https://t.me/ROS_Keygen_Bot)]
|
### [[Discord](https://discord.gg/keV6MWQFtX)] [[Telegram](https://telegram.me/mikrotikpatch)] [[Keygen(Telegram Bot)](https://telegram.me/ROS_Keygen_Bot)]
|
||||||
|
|
||||||
支持:在线更新、在线授权、云备份、DDNS
|
支持:在线更新、在线授权、云备份、DDNS
|
||||||
|
|
||||||

|

|
||||||

|
|
||||||
|
|
||||||
*如果云服务或部署云服务的虚拟主机都不在线,那么在线更新、在线授权、云备份、DDNS以及ROS_Keygen_Bot都暂时不能使用*
|
*如果云服务或部署云服务的虚拟主机都不在线,那么在线更新、在线授权、云备份、DDNS以及ROS_Keygen_Bot都暂时不能使用*
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
[](https://github.com/elseif/MikroTikPatch/actions/workflows/patch_v6.yml)
|
[](https://github.com/elseif/MikroTikPatch/actions/workflows/main.yml)
|
||||||
[](https://github.com/elseif/MikroTikPatch/actions/workflows/patch_v6.yml)
|
|
||||||
|
|
||||||
**IMPORTANT:** For **testing purposes only**. Use at your own risk. Production environments require official licenses.
|
**IMPORTANT:** For **testing purposes only**. Use at your own risk. Production environments require official licenses.
|
||||||
|
|
||||||
@ -12,7 +12,7 @@ By proceeding, you acknowledge that:
|
|||||||
[](./LICENSE)
|
[](./LICENSE)
|
||||||
[](./CODE_OF_CONDUCT.md)
|
[](./CODE_OF_CONDUCT.md)
|
||||||
|
|
||||||
### [[Discord](https://discord.gg/keV6MWQFtX)] [[Telegram](https://t.me/mikrotikpatch)] [[Keygen(Telegram Bot)](https://t.me/ROS_Keygen_Bot)]
|
### [[Discord](https://discord.gg/keV6MWQFtX)] [[Telegram](https://telegram.me/mikrotikpatch)] [[Keygen(Telegram Bot)](https://telegram.me/ROS_Keygen_Bot)]
|
||||||
|
|
||||||
### Download [Latest Patched](https://github.com/elseif/MikroTikPatch/releases/latest) iso file,install it and enjoy.
|
### Download [Latest Patched](https://github.com/elseif/MikroTikPatch/releases/latest) iso file,install it and enjoy.
|
||||||
### CHR image is both support BIOS and UEFI boot mode.
|
### CHR image is both support BIOS and UEFI boot mode.
|
||||||
|
|||||||
@ -1,11 +1,10 @@
|
|||||||
[](https://github.com/elseif/MikroTikPatch/actions/workflows/patch_v6.yml)
|
[](https://github.com/elseif/MikroTikPatch/actions/workflows/main.yml)
|
||||||
[](https://github.com/elseif/MikroTikPatch/actions/workflows/patch_v6.yml)
|
|
||||||
|
|
||||||
# Patch para MikroTik RouterOS [[中文](README.md)]
|
# Patch para MikroTik RouterOS [[中文](README.md)]
|
||||||
[](./LICENSE)
|
[](./LICENSE)
|
||||||
[](./CODE_OF_CONDUCT.md)
|
[](./CODE_OF_CONDUCT.md)
|
||||||
|
|
||||||
### [[Discord](https://discord.gg/keV6MWQFtX)] [[Telegram](https://t.me/mikrotikpatch)] [[Keygen (Bot do Telegram)](https://t.me/ROS_Keygen_Bot)]
|
### [[Discord](https://discord.gg/keV6MWQFtX)] [[Telegram](https://telegram.me/mikrotikpatch)] [[Keygen (Bot do Telegram)](https://telegram.me/ROS_Keygen_Bot)]
|
||||||
|
|
||||||
### Baixe a [ISO modificada mais recente](https://github.com/elseif/MikroTikPatch/releases/latest), instale e aproveite.
|
### Baixe a [ISO modificada mais recente](https://github.com/elseif/MikroTikPatch/releases/latest), instale e aproveite.
|
||||||
### A imagem CHR suporta modo de boot tanto BIOS quanto UEFI.
|
### A imagem CHR suporta modo de boot tanto BIOS quanto UEFI.
|
||||||
|
|||||||
@ -138,10 +138,8 @@
|
|||||||
|
|
||||||
<!-- Status badges for build workflows and services -->
|
<!-- Status badges for build workflows and services -->
|
||||||
<div class="mt-6 flex justify-center items-center gap-4 flex-wrap">
|
<div class="mt-6 flex justify-center items-center gap-4 flex-wrap">
|
||||||
<a href="https://github.com/elseif/MikroTikPatch/actions/workflows/mikrotik_patch_6.yml" target="_blank"><img src="https://mikrotik.ltd/badge/mikrotik_patch_6.yml" alt="Patch Mikrotik RouterOS 6.x"></a>
|
<a href="https://github.com/elseif/MikroTikPatch/actions/workflows/main.yml" target="_blank"><img src="https://github.com/elseif/MikroTikPatch/actions/workflows/main.yml/badge.svg" alt="Patch Mikrotik RouterOS"></a>
|
||||||
<a href="https://github.com/elseif/MikroTikPatch/actions/workflows/mikrotik_patch_7.yml" target="_blank"><img src="https://mikrotik.ltd/badge/mikrotik_patch_7.yml" alt="Patch Mikrotik RouterOS 7.x"></a>
|
|
||||||
<img src="https://img.shields.io/endpoint?logo=icloud&url=https://mikrotik.ltd/status/cloud" alt="Cloud Status">
|
<img src="https://img.shields.io/endpoint?logo=icloud&url=https://mikrotik.ltd/status/cloud" alt="Cloud Status">
|
||||||
<img src="https://img.shields.io/endpoint?logo=googlecloudstorage&url=https://mikrotik.ltd/status/dartnode" alt="VPS Status">
|
|
||||||
</div>
|
</div>
|
||||||
<!-- GitHub social buttons -->
|
<!-- GitHub social buttons -->
|
||||||
<div class="mt-4 flex justify-center items-center gap-2">
|
<div class="mt-4 flex justify-center items-center gap-2">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user