From 2eb90b3007e752b2fc4a9806cb30996b999c7101 Mon Sep 17 00:00:00 2001
From: Slava <20563034+veaceslavdoina@users.noreply.github.com>
Date: Fri, 8 Nov 2024 19:00:05 +0200
Subject: [PATCH] Fix index file indentations
---
index.html | 60 ++++++++++++++++++++++++++++--------------------------
1 file changed, 31 insertions(+), 29 deletions(-)
diff --git a/index.html b/index.html
index f832044..a504ea9 100644
--- a/index.html
+++ b/index.html
@@ -48,41 +48,43 @@
curl -s https://get.codex.storage/install.sh | INSTALL_CIRDL=true WINDOWS_LIBS=true bash
-
- :: latest version
-
-
- curl -sO https://get.codex.storage/install.cmd && install.cmd
-
+
+ :: latest version
+
+
+ curl -sO https://get.codex.storage/install.cmd && install.cmd
+
-
- :: specific version
-
-
- curl -sO https://get.codex.storage/install.cmd && set VERSION=0.1.7 & install.cmd
-
+
+ :: specific version
+
+
+ curl -sO https://get.codex.storage/install.cmd && set VERSION=0.1.7 & install.cmd
+
-
- :: latest codex and cirdl
-
-
- curl -sO https://get.codex.storage/install.cmd && set INSTALL_CIRDL=true install.cmd
-
+
+ :: latest codex and cirdl
+
+
+ curl -sO https://get.codex.storage/install.cmd && set INSTALL_CIRDL=true install.cmd
+
-
- :: codex and cirdl without libraries
-
-
- curl -sO https://get.codex.storage/install.cmd && set INSTALL_CIRDL=true & set WINDOWS_LIBS=false & install.cmd
-
+
+ :: codex and cirdl without libraries
+
+
+ curl -sO https://get.codex.storage/install.cmd && set INSTALL_CIRDL=true & set WINDOWS_LIBS=false & install.cmd
+