From 546a0802bd4a1186705f2a779b21360dd4a09f9b Mon Sep 17 00:00:00 2001 From: icenine451 Date: Tue, 10 Jan 2023 10:23:12 -0500 Subject: [PATCH 1/2] Add option to run Configurator directly from CLI --- retrodeck.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/retrodeck.sh b/retrodeck.sh index 7d45819b..1af59417 100644 --- a/retrodeck.sh +++ b/retrodeck.sh @@ -57,6 +57,10 @@ https://retrodeck.net rm -f "$lockfile" shift # past argument with no value ;; + --configure*) + sh /var/config/retrodeck/tools/configurator.sh + shift # past argument with no value + ;; -*|--*) echo "Unknown option $i" exit 1 From d38b4c3d622292217da7e4f8cdac9994b06411fd Mon Sep 17 00:00:00 2001 From: icenine451 Date: Tue, 10 Jan 2023 10:24:48 -0500 Subject: [PATCH 2/2] Add --configure option to CLI messaging --- retrodeck.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/retrodeck.sh b/retrodeck.sh index 1af59417..fd0d4925 100644 --- a/retrodeck.sh +++ b/retrodeck.sh @@ -17,9 +17,10 @@ Arguments: -h, --help Print this help -v, --version Print RetroDECK version --info-msg Print paths and config informations + --configure Starts the RetroDECK Configurator --reset-all Starts the initial RetroDECK installer (backup your data first!) --reset-ra Resets RetroArch's config to the default values - --reset-sa Reset standalone emulator configs to the default values + --reset-sa Reset all standalone emulator configs to the default values --reset-tools Recreate the tools section For flatpak run specific options please run: flatpak run -h