From 0a35fe2b1539049e04cd618631ddc34f17eadc7f Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Fri, 5 Jan 2024 22:27:02 +0900 Subject: [PATCH] to resolve the PR conflict --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install.sh b/install.sh index 2d7fee2..3bd418f 100755 --- a/install.sh +++ b/install.sh @@ -36,6 +36,10 @@ if [ ! -d Install-Logs ]; then mkdir Install-Logs fi +if [[ $use_preset = [Yy] ]]; then + source ./preset.sh +fi + # Set some colors for output messages OK="$(tput setaf 2)[OK]$(tput sgr0)" ERROR="$(tput setaf 1)[ERROR]$(tput sgr0)"