linux57: extra changes to Ubuntu install script that have been forgotten (#41)

* linux57: customization.cfg: make custom_gcc_path apply to ubuntu

* linux57: install.sh: remove unneeded variable

* linux57: install.sh: uncomment kernel uninstall command line
This commit is contained in:
Adel Kara Slimane
2020-08-10 12:13:17 +02:00
committed by GitHub
parent 416a2c3d5f
commit a278361630
2 changed files with 2 additions and 9 deletions

View File

@@ -12,7 +12,7 @@ _EXT_CONFIG_PATH=~/.config/frogminer/linux57-tkg.cfg
# Default is "true".
_NUKR="true"
# [Arch specific] Custom compiler root dirs - Leave empty to use system compilers
# Custom compiler root dirs - Leave empty to use system compilers
# Example: CUSTOM_GCC_PATH="/home/frog/PKGBUILDS/mostlyportable-gcc/gcc-mostlyportable-9.2.0"
CUSTOM_GCC_PATH=""