From c273d24f70a4240d4e9f891c23dbafaa87ad1835 Mon Sep 17 00:00:00 2001 From: Botspot <54716352+Botspot@users.noreply.github.com> Date: Mon, 19 Oct 2020 12:47:52 -0500 Subject: [PATCH] create settings on install --- install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install b/install index 9202870..6c13ab5 100755 --- a/install +++ b/install @@ -60,5 +60,8 @@ Retropie Windows 10 Theme" >> "${DIRECTORY}/data/hidelist" fi +echo "Resetting settings" +"${DIRECTORY}/settings" reset + echo "Installation complete."