From dc3a02550ec5a85c809caf489a9fd8b8fc31fc71 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Fri, 7 Apr 2023 20:41:42 -0400 Subject: [PATCH] Add `mkdir -p` so initial setup always works --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 392fc36..0c074cd 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,10 @@ Custom theme for Keycloak. ## Deploy -`abra app cp id.autonomic.zone hacktheplanet app:/opt/keycloak/themes/hacktheplanet` +``` +abra app run id.autonomic.zone app mkdir -p /opt/keycloak/themes/hacktheplanet +abra app cp id.autonomic.zone hacktheplanet app:/opt/keycloak/themes/hacktheplanet +``` ## Hacking