diff --git a/commands/godot_install.sh b/commands/godot_install.sh index 338a8dcb2a4d82eab2b5703f62430f962ff2458c..99392eaa18d5e068bfb56782f46a7f1ebedac5a2 100755 --- a/commands/godot_install.sh +++ b/commands/godot_install.sh @@ -22,6 +22,6 @@ mv "$BINARY_NAME" /usr/bin/godot mkdir -p "$LOCAL_PATH" wget -O "${TMP_ROOT}/templates.tpz" "$TEMPLATES_PATH" unzip -o "${TMP_ROOT}/templates.tpz" -d "${TMP_ROOT}/godot_templates" -mv "${TMP_ROOT}/godot_templates/templates/*" "$LOCAL_PATH/" +mv "${TMP_ROOT}"/godot_templates/templates/* "$LOCAL_PATH" rm -r "$TMP_ROOT" \ No newline at end of file