-
Notifications
You must be signed in to change notification settings - Fork 315
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Site update at 2024-01-12T23:51:39+0000
- Loading branch information
github-actions
committed
Jan 12, 2024
1 parent
346f7bb
commit 93366a7
Showing
25 changed files
with
105 additions
and
192 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta name="generator" content="Hugo 0.97.3" /> | ||
<meta name="generator" content="Hugo 0.121.1"> | ||
<meta name="base" href="/alis/"> | ||
<meta name="description" content="A simple powerful Bash based script for an unattended, easy and fast way to install Arch Linux. Developed from many Arch Linux Wiki pages that fully automates the installation of a Arch Linux system after booting from the original Arch Linux installation media."> | ||
<meta charset="utf-8"> | ||
|
@@ -20,16 +20,10 @@ | |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script> | ||
|
||
|
||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3533636310991304" crossorigin="anonymous"></script> | ||
|
||
|
||
<script type="text/javascript" src="https://www.googletagmanager.com/gtag/js?id=G-71D7PJB4PJ" async></script> | ||
<script type="text/javascript"> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
gtag('config', 'G-71D7PJB4PJ'); | ||
</script> | ||
|
||
|
||
</head> | ||
<body> | ||
<div class="container-fluid"> | ||
|
@@ -41,7 +35,7 @@ | |
<div class="col-12"> | ||
<nav class="navbar navbar-expand-lg navbar-dark"> | ||
<div class="container-fluid"> | ||
<a class="navbar-brand" href="/alis/">alis</a> | ||
<a class="navbar-brand" href="/">alis</a> | ||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
|
@@ -208,17 +202,7 @@ <h5 class="card-title fw-bold">And much more!</h5> | |
<div class="container"> | ||
<div class="row"> | ||
<div class="col-12"> | ||
<div class="adsense adsense-bilboard"> | ||
<ins class="adsbygoogle" | ||
style="display:block" | ||
data-ad-client="ca-pub-3533636310991304" | ||
data-ad-slot="8430508513" | ||
data-ad-format="auto" | ||
data-full-width-responsive="true"></ins> | ||
</div> | ||
<script> | ||
(adsbygoogle = window.adsbygoogle || []).push({}); | ||
</script> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
|
@@ -230,21 +214,21 @@ <h5 class="card-title fw-bold">And much more!</h5> | |
<h2 class="fs-3 fw-bold">Usage</h2> | ||
<p>Only 4 commands away to have a vanilla Arch Linux system.</p> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="code"> | ||
<div class="highlight"><div class="chroma"> <table class="lntable"><tr><td class="lntd"> <pre tabindex="0" class="chroma"><code><span class="lnt">1 </span><span class="lnt">2 </span><span class="lnt">3 </span><span class="lnt">4 </span><span class="lnt">5 </span></code></pre></td> <td class="lntd"> <pre tabindex="0" class="chroma"><code class="language-bash" data-lang="bash"><span class="line"><span class="cl"><span class="c1"># # Start the system with latest Arch Linux installation media</span> </span></span><span class="line"><span class="cl"><span class="c1"># loadkeys [keymap] # Load keyboard keymap, eg. loadkeys es, loadkeys us, loadkeys de</span> </span></span><span class="line"><span class="cl"><span class="c1"># curl -sL https://raw.githubusercontent.com/picodotdev/alis/master/download.sh | bash # Download alis scripts</span> </span></span><span class="line"><span class="cl"><span class="c1"># vim alis.conf # Edit configuration and change variables values with your preferences (system configuration)</span> </span></span><span class="line"><span class="cl"><span class="c1"># ./alis.sh # Start installation</span></span></span></code></pre></td></tr></table> </div> </div> | ||
<div class="highlight-meta"> | ||
<span>install.sh</span> | ||
</div> | ||
</div> | ||
<div class="code"> | ||
<div class="highlight"><div class="chroma"> <table class="lntable"><tr><td class="lntd"> <pre tabindex="0" class="chroma"><code><span class="lnt">1 </span><span class="lnt">2 </span><span class="lnt">3 </span><span class="lnt">4 </span><span class="lnt">5 </span><span class="lnt">6 </span></code></pre></td> <td class="lntd"> <pre tabindex="0" class="chroma"><code class="language-bash" data-lang="bash"><span class="line"><span class="cl"><span class="cp">#!/usr/bin/env bash </span></span></span><span class="line"><span class="cl"><span class="cp"></span><span class="c1"># # Start the system with latest Arch Linux installation media</span> </span></span><span class="line"><span class="cl"><span class="c1"># loadkeys [keymap] # Load keyboard keymap, eg. loadkeys es, loadkeys us, loadkeys de</span> </span></span><span class="line"><span class="cl"><span class="c1"># curl -sL https://raw.githubusercontent.com/picodotdev/alis/master/download.sh | bash # Download alis scripts</span> </span></span><span class="line"><span class="cl"><span class="c1"># vim alis.conf # Edit configuration and change variables values with your preferences (system configuration)</span> </span></span><span class="line"><span class="cl"><span class="c1"># ./alis.sh # Start installation</span></span></span></code></pre></td></tr></table> </div> </div> | ||
<div class="highlight-meta"> | ||
<span>install.sh</span> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
@@ -317,17 +301,7 @@ <h5>Arch Linux with XFCE desktop environment installed with alis</h5> | |
</div> | ||
<div class="col"> | ||
<div class="sticky-top mt-3 mb-3 sidebar-sticky"> | ||
<div class="adsense adsense-vertical"> | ||
<ins class="adsbygoogle" | ||
style="display:block" | ||
data-ad-client="ca-pub-3533636310991304" | ||
data-ad-slot="3667532428" | ||
data-ad-format="auto" | ||
data-full-width-responsive="true"></ins> | ||
</div> | ||
<script> | ||
(adsbygoogle = window.adsbygoogle || []).push({}); | ||
</script> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,16 +19,10 @@ | |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script> | ||
|
||
|
||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3533636310991304" crossorigin="anonymous"></script> | ||
|
||
|
||
<script type="text/javascript" src="https://www.googletagmanager.com/gtag/js?id=G-71D7PJB4PJ" async></script> | ||
<script type="text/javascript"> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
gtag('config', 'G-71D7PJB4PJ'); | ||
</script> | ||
|
||
|
||
</head> | ||
<body> | ||
<div class="container-fluid"> | ||
|
@@ -40,7 +34,7 @@ | |
<div class="col-12"> | ||
<nav class="navbar navbar-expand-lg navbar-dark"> | ||
<div class="container-fluid"> | ||
<a class="navbar-brand" href="/alis/">alis</a> | ||
<a class="navbar-brand" href="/">alis</a> | ||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
|
@@ -92,17 +86,7 @@ | |
<div class="container"> | ||
<div class="row"> | ||
<div class="col"> | ||
<div class="adsense adsense-bilboard"> | ||
<ins class="adsbygoogle" | ||
style="display:block" | ||
data-ad-client="ca-pub-3533636310991304" | ||
data-ad-slot="8430508513" | ||
data-ad-format="auto" | ||
data-full-width-responsive="true"></ins> | ||
</div> | ||
<script> | ||
(adsbygoogle = window.adsbygoogle || []).push({}); | ||
</script> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
|
@@ -211,17 +195,7 @@ <h3 id="other-alternatives">Other alternatives</h3> | |
<div class="container"> | ||
<div class="row"> | ||
<div class="col"> | ||
<div class="adsense adsense-bilboard"> | ||
<ins class="adsbygoogle" | ||
style="display:block" | ||
data-ad-client="ca-pub-3533636310991304" | ||
data-ad-slot="8430508513" | ||
data-ad-format="auto" | ||
data-full-width-responsive="true"></ins> | ||
</div> | ||
<script> | ||
(adsbygoogle = window.adsbygoogle || []).push({}); | ||
</script> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
|
@@ -233,17 +207,7 @@ <h3 id="other-alternatives">Other alternatives</h3> | |
</div> | ||
<div class="col"> | ||
<div class="sticky-top mt-3 mb-3 sidebar-sticky"> | ||
<div class="adsense adsense-vertical"> | ||
<ins class="adsbygoogle" | ||
style="display:block" | ||
data-ad-client="ca-pub-3533636310991304" | ||
data-ad-slot="3667532428" | ||
data-ad-format="auto" | ||
data-full-width-responsive="true"></ins> | ||
</div> | ||
<script> | ||
(adsbygoogle = window.adsbygoogle || []).push({}); | ||
</script> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,16 +19,10 @@ | |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script> | ||
|
||
|
||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3533636310991304" crossorigin="anonymous"></script> | ||
|
||
|
||
<script type="text/javascript" src="https://www.googletagmanager.com/gtag/js?id=G-71D7PJB4PJ" async></script> | ||
<script type="text/javascript"> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
gtag('config', 'G-71D7PJB4PJ'); | ||
</script> | ||
|
||
|
||
</head> | ||
<body> | ||
<div class="container-fluid"> | ||
|
@@ -40,7 +34,7 @@ | |
<div class="col-12"> | ||
<nav class="navbar navbar-expand-lg navbar-dark"> | ||
<div class="container-fluid"> | ||
<a class="navbar-brand" href="/alis/">alis</a> | ||
<a class="navbar-brand" href="/">alis</a> | ||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
|
@@ -96,17 +90,7 @@ | |
</div> | ||
<div class="col"> | ||
<div class="sticky-top mt-3 mb-3 sidebar-sticky"> | ||
<div class="adsense adsense-vertical"> | ||
<ins class="adsbygoogle" | ||
style="display:block" | ||
data-ad-client="ca-pub-3533636310991304" | ||
data-ad-slot="3667532428" | ||
data-ad-format="auto" | ||
data-full-width-responsive="true"></ins> | ||
</div> | ||
<script> | ||
(adsbygoogle = window.adsbygoogle || []).push({}); | ||
</script> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
|
Oops, something went wrong.