From e107b941a1fd5d13ae0e81e815de0757b3136a77 Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Mon, 26 Oct 2020 23:36:18 +0100 Subject: [PATCH] Fix profiles path Fixes https://github.com/Frogging-Family/linux-tkg/issues/96 --- linux-tkg-config/prepare | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-tkg-config/prepare b/linux-tkg-config/prepare index 75d34e3..2490b0d 100644 --- a/linux-tkg-config/prepare +++ b/linux-tkg-config/prepare @@ -101,9 +101,9 @@ _tkg_initscript() { read -rp "`echo $' > 1.Custom\n 2.Ryzen Desktop (Performance)\n 3.Other Desktop (Performance)\nchoice[1-3?]: '`" _OPTIPROFILE; fi if [ "$_OPTIPROFILE" = "2" ]; then - source "$_where"/ryzen-desktop-profile.cfg && msg2 "Ryzen Desktop (Performance) profile will be used." && msg2 "" + source "$_where"/linux-tkg-config/ryzen-desktop-profile.cfg && msg2 "Ryzen Desktop (Performance) profile will be used." && msg2 "" elif [ "$_OPTIPROFILE" = "3" ]; then - source "$_where"/generic-desktop-profile.cfg && msg2 "Generic Desktop (Performance) profile will be used." && msg2 "" + source "$_where"/linux-tkg-config/generic-desktop-profile.cfg && msg2 "Generic Desktop (Performance) profile will be used." && msg2 "" fi # source cpuschedset early if present