Commit Graph

8 Commits (cba19f2aada4e59eb25f3c6bb32ae8309aae90b4)

Author SHA1 Message Date
iWeaker4you f2536137fd
Fix build fail certificate UEFI on Debian 5.7/5.8/5.9rc (#68)
* Fix build fail certificate uefi on Debian 5.8

* Fix build fail, certificate uefi on Debian 5.7

* Fix build fail, certificate uefi on Debian 5.9rc
2020-09-14 17:19:55 +07:00
iWeaker4you f4df8b9100
Wrong file install on Ubuntu/Debian (#59)
* Wrong file install on Ubuntu/Debian 5.7

* Wrong file install on Ubuntu/Debian 5.8

* Wrong file install on Ubuntu/Debian 5.9
2020-09-04 13:54:12 +07:00
Adel Kara Slimane ee80080260
Support Fedora and derivatives (#56)
* linux57: install.sh: Add install for Fedora

* linux57: install.sh: use dnf to install and save it for uninstall

* linux57: install.sh: enable Fedora compilation

* linux57: use single equal sign for conditions

* linux57: Add uninstall step

* linux57: remove unwated changes

* linux57: install.sh: code cleanup

* linux57: install.sh: remove redundant condition

* linux57: install.sh: Fedora: update dependency install

* linux57: install.sh: uninstall only kernel and keep dependencies

* linux57: install.sh: make script executable

* linux57: install.sh: remove header uninstall in Ubuntu

* Linux57: Initial Suse support

* linux57: install.sh: Add Suse to the distro error message

* linux57: install.sh: Additionnal Suse dependency packages

* linux57: install.sh: disable gpg check for Suse kernel install

* linux57: install.sh: Fedora & derivative: produce dev files

* Linux57: install.sh: make Suse use ccache

* Linux57: install.sh: Fedora & derivatives: add install/uninstall of kernel-devel

* linux57: install.sh: Fix: disable sign check for Suse kernel install

* linux57: install.sh: Fedora & derivatives: enable confirm prompt for kernel install

* linux57: install.sh: suse add flag to replace files from default kernel-headers

* linux57: install.sh: make uninstall manual

* linux57: install.sh: add uninstall help for Suse

* linux57: install.sh: correct uninstall message for suse

* linux57: install.sh: move made RPMS into working folder and cleanup

* linux57: install.sh: add uninstall help for Fedora

* linux57: install.sh: Move deb files into DEBs folder

* linux57: install.sh: Ubuntu: install dev deb package

* linux57: install.sh: add Ubuntu uninstall help.

* linux57: install.sh: improve Ubuntu uninstall help

* linux57: Add Debian distro and related fix

* linux57: install.sh: prompt for distro

* linux57: install.sh: use _basekernel instead of 5.7

* linux57: install.sh: fix for using _basekernel everywhere

* linux57: add ubuntu/debian dependency install

* linux58: copy install.sh from 5.7 as-is, add distro prompt

* linux59: copy install.sh from 5.7 as-is, add distro prompt

* Fix PKGBUILD after adding the distro prompt

* Revert "Fix PKGBUILD after adding the distro prompt"

This reverts commit 9c3c155b3ed07a4aa04ec10d6fc0e8b5710a2f07.

* Fix PKGBUILD because of the distro prompt

* linux57: install.sh: improve `config` script path

* linux57: install.sh: loop if wrong answer in distro prompt

* linux57: install.sh: code cleanup

* Copy linux57 install.sh to linux58 and linux59

* install.sh: change "uninstall" argument to "uninstall-help"

* Update READMEs
2020-09-01 17:57:21 +07:00
iWeaker4you cdbf5273ad
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..
2020-08-27 13:44:41 +07:00
Tk-Glitch a505e3b7a4 linux58/59-tkg: non-makepkg: Update versions in install.sh
We should move that to variables, and the dir won't be correct on 5.9 until release, but that will do for now 🐸
2020-08-21 11:23:59 +07:00
Tk-Glitch e71dced34b linux-tkg: non-Arch: Set _misc_adds="false" for now
This breaks on other distros due to the TTY patch. Until a decision is taken regarding the patch or the best way to fix it, this will do.
2020-08-17 16:51:56 +07:00
Tk-Glitch 967331d0be linux-tkg: The double equal sign amusement continuation 2020-08-17 16:43:41 +07:00
Tk-Glitch 2a56141bbf linux58-tkg: Bring Ubuntu install script and related changes initially introduced with https://github.com/Frogging-Family/linux-tkg/pull/26 2020-08-17 14:14:17 +07:00