diff --git a/modules/MikroTikRouterOS.php b/modules/MikroTikRouterOS6.php similarity index 79% rename from modules/MikroTikRouterOS.php rename to modules/MikroTikRouterOS6.php index f64f09b..ab64f0b 100644 --- a/modules/MikroTikRouterOS.php +++ b/modules/MikroTikRouterOS6.php @@ -1,9 +1,9 @@ patch->setBranch('Stable'); + $this->patch->setBranch('v6 Stable'); } function check() : bool { if ($this->fetch('https://mikrotik.com/download')) { diff --git a/modules/MikroTikRouterOSLTS.php b/modules/MikroTikRouterOS6LTS.php similarity index 78% rename from modules/MikroTikRouterOSLTS.php rename to modules/MikroTikRouterOS6LTS.php index 0d5fbf0..0351527 100644 --- a/modules/MikroTikRouterOSLTS.php +++ b/modules/MikroTikRouterOS6LTS.php @@ -1,9 +1,9 @@ patch->setBranch('Long-term'); + $this->patch->setBranch('v6 Long-term'); } function check() : bool { if ($this->fetch('https://mikrotik.com/download')) {