From 452831fb686386d81f285f30a5a0dc8b7d8b1845 Mon Sep 17 00:00:00 2001 From: Joel Hill Date: Tue, 5 Dec 2017 20:29:23 -0600 Subject: [PATCH] Small fix to theme install script --- Install_themes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install_themes.sh b/Install_themes.sh index 83bd63a..72c0c91 100644 --- a/Install_themes.sh +++ b/Install_themes.sh @@ -1,3 +1,3 @@ #!/bin/bash -cp -R ./themes /etc/emulationstation/themes/ \ No newline at end of file +cp -R ./themes /etc/emulationstation/ \ No newline at end of file