Skip to content

Commit

Permalink
Cosmic link
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkXero-dev committed Sep 16, 2024
1 parent 55c4236 commit d1a6b38
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/cosmic.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ Using this script is identical to the [**Plasma Installer**](https://xerolinux.x

Anyway, once that's all done, we will be prompted if we want to `chroot` into our new install, we answer with yes of course since we still have no DE yet.

**Caution :** We do not recommend to blindly execute scripts without inspecting them first. We do it this way so it's much easier to use. Especially in cases like this one. But in the end it's all up to you. Anyway, you can find the code on >> [**Github**](https://github.com/xerolinux/xero-plasma/blob/main/xero-cosmic.sh){:target="_blank"}.
**Caution :** We do not recommend to blindly execute scripts without inspecting them first. We do it this way so it's much easier to use. Especially in cases like this one. But in the end it's all up to you. Anyway, you can find the code on >> [**Github**](https://github.com/xerolinux/cosmic-xero/blob/main/xero-cosmic.sh){:target="_blank"}.

Now, we type the following command :

```Bash
bash -c "$(curl -fsSL https://tinyurl.com/CosmicXero)"
bash -c "$(curl -fsSL https://tinyurl.com/CosmicInstall)"
```

This will execute the script. Just go through the prompts. In this case however, I would **Highly** recommend option **Complete Cosmic Install** to avoid any future headaches. But that's not to say we cannot select any of the other option, it's all up to you in the end.
Expand Down
4 changes: 2 additions & 2 deletions site/cosmic/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -562,9 +562,9 @@ <h3 id="instructions">Instructions<a class="headerlink" href="#instructions" tit
</div>
<p>Using this script is identical to the <a href="https://xerolinux.xyz/news/xerolinux-plasma/" target="_blank"><strong>Plasma Installer</strong></a> am not gonna rehash it all here. Suffice it to say, you will need to go through the <strong>ArchInstall</strong> script, skipping the <em>Profiles</em> and <em>Drivers</em> sections completely, which would result in a minimal <em>Server</em> install of Arch.</p>
<p>Anyway, once that's all done, we will be prompted if we want to <code>chroot</code> into our new install, we answer with yes of course since we still have no DE yet.</p>
<p><strong>Caution :</strong> We do not recommend to blindly execute scripts without inspecting them first. We do it this way so it's much easier to use. Especially in cases like this one. But in the end it's all up to you. Anyway, you can find the code on &gt;&gt; <a href="https://github.com/xerolinux/xero-plasma/blob/main/xero-cosmic.sh" target="_blank"><strong>Github</strong></a>.</p>
<p><strong>Caution :</strong> We do not recommend to blindly execute scripts without inspecting them first. We do it this way so it's much easier to use. Especially in cases like this one. But in the end it's all up to you. Anyway, you can find the code on &gt;&gt; <a href="https://github.com/xerolinux/cosmic-xero/blob/main/xero-cosmic.sh" target="_blank"><strong>Github</strong></a>.</p>
<p>Now, we type the following command :</p>
<div class="language-Bash highlight"><pre><span></span><code><span id="__span-0-1"><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a>bash<span class="w"> </span>-c<span class="w"> </span><span class="s2">"</span><span class="k">$(</span>curl<span class="w"> </span>-fsSL<span class="w"> </span>https://tinyurl.com/CosmicXero<span class="k">)</span><span class="s2">"</span>
<div class="language-Bash highlight"><pre><span></span><code><span id="__span-0-1"><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a>bash<span class="w"> </span>-c<span class="w"> </span><span class="s2">"</span><span class="k">$(</span>curl<span class="w"> </span>-fsSL<span class="w"> </span>https://tinyurl.com/CosmicInstall<span class="k">)</span><span class="s2">"</span>
</span></code></pre></div>
<p>This will execute the script. Just go through the prompts. In this case however, I would <strong>Highly</strong> recommend option <strong>Complete Cosmic Install</strong> to avoid any future headaches. But that's not to say we cannot select any of the other option, it's all up to you in the end.</p>
<p>The script will tell you that going throught with the installation, the <strong>XeroLinux</strong> as well as the <strong>Chaotic-AUR</strong> repos will be enabled in order for script to work correctly, like so...</p>
Expand Down
Loading

0 comments on commit d1a6b38

Please sign in to comment.