summarylogtreecommitdiffstats
path: root/customization.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'customization.cfg')
-rw-r--r--customization.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/customization.cfg b/customization.cfg
index 90850a01d067..f8727b8c24b6 100644
--- a/customization.cfg
+++ b/customization.cfg
@@ -3,7 +3,7 @@
# Linux distribution you are using, options are "Arch", "Void", "Ubuntu", "Debian", "Fedora" or "Suse".
# It is automatically set to "Arch" when using PKGBUILD.
# If left empty, the script will prompt
-_distro="Arch"
+_distro=""
# Kernel Version - Options are "5.4", "5.7", "5.8", "5.9", "5.10"
_version="5.10"
@@ -11,7 +11,7 @@ _version="5.10"
#### MISC OPTIONS ####
# External config file to use - If the given file exists in path, it will override default config (customization.cfg) - Default is ~/.config/frogminer/linux-tkg.cfg
-_EXT_CONFIG_PATH=~/.config/linux-tkg.cfg
+_EXT_CONFIG_PATH="~/.config/linux-tkg.cfg"
# [Arch specific] Set to anything else than "true" to limit cleanup operations and keep source and files generated during compilation.
# Default is "true".