e2 Guardian 2.4.5
-
merhabalar, pfsense 2.4.5 sürümünde e2guardian paket yükleme kısmında görünmüyor. Bunu nasıl aşarım. Githubdaki kodu command port'a girdim execute ettim. Görünmesi gereken oaket görünmemekte
-
Önce Patch işlemi uygulamanız gerekmekte. System Patch paketini kurun ve aşağıdaki işlemleri uygulayın.
URL/Commit ID:
https://raw.githubusercontent.com/marcelloc/Unofficial-pfSense-packages/master/244_unofficial_packages_list.patch
Patch Contents:
--- /etc/inc/pkg-utils.orig 2018-09-24 17:51:32.458825000 -0300 +++ /etc/inc/pkg-utils.inc 2018-09-24 17:51:54.387033000 -0300 @@ -388,7 +388,7 @@ if ($base_packages) { $repo_param = ""; } else { - $repo_param = "-r {$g['product_name']}"; + $repo_param = ""; } /* @@ -485,7 +485,7 @@ $err); if (!$base_packages && rtrim($out) != $g['product_name']) { - continue; + //continue; } $pkg_info['installed'] = true;
Path Strip Count: 1
Sonra Command Prompt => Execute işlemi.
-
@plusbil çok teşekkür ederim