diff --git a/.11ty/.includes/install_korge_forge.html b/.11ty/.includes/install_korge_forge.html index 012494e..de95287 100644 --- a/.11ty/.includes/install_korge_forge.html +++ b/.11ty/.includes/install_korge_forge.html @@ -1,309 +1,156 @@
-<<<<<<< HEAD:.11ty/.includes/install_korge_forge.html - +
- - -
-
-
+ + +
+
- -
- -
- - -
-
- Windows CMD Install Script - -
-
Copy
+                                            Code
+                                        
+                                    
+                                    
cd %USERPROFILE%/Downloads" & curl -sLO https://forge.korge.org/install-korge-forge.cmd && install-korge-forge.cmd
-
-
-
-
-
- Mac/Linux SH Install Script -
+
+
+
+ Mac/Linux SH Install Script + -
-
Copy
+                                            Code
+                                        
+                                    
+                                    
cd "$HOME/Downloads"; curl -fsSLO https://forge.korge.org/install-korge-forge.sh && chmod +x install-korge-forge.sh && ./install-korge-forge.sh
-
-
-======= - - -
- - -
-
-
-
- -
- -
- - -
-
- Windows CMD Install Script - -
-
cd %USERPROFILE%/Downloads" & curl -sLO https://forge.korge.org/install-korge-forge.cmd && install-korge-forge.cmd
-
-
-
-
-
- Mac/Linux SH Install Script - -
-
cd "$HOME/Downloads"; curl -fsSLO https://forge.korge.org/install-korge-forge.sh && chmod +x install-korge-forge.sh && ./install-korge-forge.sh
-
->>>>>>> main:_includes/install_korge_forge.html
-<<<<<<< HEAD:.11ty/.includes/install_korge_forge.html -
- - -
- -======= -
-
- -
->>>>>>> main:_includes/install_korge_forge.html + document.addEventListener("DOMContentLoaded", function () { + var os = getOS(); + if (os === 'Windows') { + $('#windows-tab').tab('show'); + } else if (os === 'Linux' || os === 'Mac') { + $('#unix-tab').tab('show'); + } + }); + +
\ No newline at end of file