|
@@ -4,7 +4,7 @@ namespace FastGithub.HttpServer
|
|
|
{
|
|
|
sealed class CaCertInstallerOfLinuxDebian : CaCertInstallerOfLinux
|
|
|
{
|
|
|
- protected override string CaCertUpdatePath => "/bin/update-ca-certificates";
|
|
|
+ protected override string CaCertUpdatePath => "/usr/sbin/update-ca-certificates";
|
|
|
|
|
|
protected override string CaCertStorePath => "/usr/local/share/ca-certificates";
|
|
|
|