Fix certificate issue on Debian (#55)

* Fix certificate issue on Debian 

I only applied it in version 5.8 so that first you can see if it applies to all, or if my solution is viable.

The problem is that every time it does the verification, it downloads the original configuration from github and does not maintain its own manual configuration that solves the certificate problem in Debian, it does not finish compiling for that reason.

And when you give Install.sh the CONFIG_SYSTEM_TRUSTED_KEYS = "debian / certs / test-signing-certs.pem" is reset, regardless of whether you edited it.

* Solution to certificate problem in Debian [Fixed]

* Add Debian only support

* Add Debian custom support

* Oop! OR Conditional

* Replace AND for OR Condition

* OR ......

* Regression with OR..
This commit is contained in:
iWeaker4you
2020-08-27 04:44:41 -07:00
committed by GitHub
parent e28f6e8c84
commit cdbf5273ad
2 changed files with 9 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
# linux58-TkG config file
# Linux distribution you are using, options are "Arch" (default), "Ubuntu"
# Linux distribution you are using, options are "Arch" (default), "Debian" or "Ubuntu"
_distro="Arch"
#### MISC OPTIONS ####