-
+
diff --git a/index.xml b/index.xml
index e144fa4a..8d7fa36a 100644
--- a/index.xml
+++ b/index.xml
@@ -4,24 +4,24 @@
alis :. Arch Linux Install Script
https://picodotdev.github.io/alis/
Recent content on alis :. Arch Linux Install Script
- Hugo -- gohugo.io
+ Hugoenhttps://creativecommons.org/licenses/by-sa/4.0/
- Fri, 04 Feb 2022 16:00:00 +0100
+ Sun, 20 Mar 2022 01:00:00 +0100User guide
https://picodotdev.github.io/alis/user-guide/
Sun, 20 Mar 2022 01:00:00 +0100https://picodotdev.github.io/alis/user-guide/
- User Guide Installing Arch Linux with alis only requires the use of four commands and depending on the speed of the internet connection a few minutes, more important than the speed of installation is that the script completely automates the installation. Apart from the four commands, it is necessary to edit a configuration file in which to declaratively specify the values of the variables to customize the configuration of the system to be installed according to preferences.
+ <section class="mt-4">
<div class="container">
<div class="row">
<div class="col">
</div>
</div>
</div>
</section>
<h1 id="user-guide">User Guide</h1>
<p>Installing Arch Linux with alis only requires the use of four commands and depending on the speed of the internet connection a few minutes, more important than the speed of installation is that the script completely automates the installation. Apart from the four commands, it is necessary to edit a configuration file in which to declaratively specify the values of the variables to customize the configuration of the system to be installed according to preferences.</p>Overview
https://picodotdev.github.io/alis/overview/
Thu, 10 Feb 2022 19:00:00 +0100https://picodotdev.github.io/alis/overview/
- Overview The Arch Linux distribution can be intimidating for users who want to use it as it does not offer a graphical installer and the officially recommended option is to read a few dozen pages of the wiki to complete the installation and then type many commands interactively from the terminal in which the installation media is launched. An installer is not offered because one of the principles of Arch is that it adjusts to the user and not the user to Arch, with an installer it is very difficult or impossible to achieve the customization desired by all users, that is why it is left to each user the responsibility but the power to install it as you want according to your preferences.
+ <section class="mt-4">
<div class="container">
<div class="row">
<div class="col">
</div>
</div>
</div>
</section>
<h1 id="overview">Overview</h1>
<p>The <a href="https://archlinux.org/">Arch Linux</a> distribution can be intimidating for users who want to use it as it does not offer a graphical installer and the officially recommended option is to read a few dozen pages of the wiki to complete the installation and then type many commands interactively from the terminal in which the installation media is launched. An installer is not offered because one of the principles of Arch is that it adjusts to the user and not the user to Arch, with an installer it is very difficult or impossible to achieve the customization desired by all users, that is why it is left to each user the responsibility but the power to install it as you want according to your preferences.</p>
diff --git a/pages/index.xml b/pages/index.xml
index eaab1fd6..a1c86335 100644
--- a/pages/index.xml
+++ b/pages/index.xml
@@ -4,7 +4,7 @@
Pages on alis :. Arch Linux Install Script
https://picodotdev.github.io/alis/pages/
Recent content in Pages on alis :. Arch Linux Install Script
- Hugo -- gohugo.io
+ Hugoenhttps://creativecommons.org/licenses/by-sa/4.0/Sun, 20 Mar 2022 01:00:00 +0100
@@ -14,14 +14,14 @@
https://picodotdev.github.io/alis/user-guide/
Sun, 20 Mar 2022 01:00:00 +0100https://picodotdev.github.io/alis/user-guide/
- User Guide Installing Arch Linux with alis only requires the use of four commands and depending on the speed of the internet connection a few minutes, more important than the speed of installation is that the script completely automates the installation. Apart from the four commands, it is necessary to edit a configuration file in which to declaratively specify the values of the variables to customize the configuration of the system to be installed according to preferences.
+ <section class="mt-4">
<div class="container">
<div class="row">
<div class="col">
</div>
</div>
</div>
</section>
<h1 id="user-guide">User Guide</h1>
<p>Installing Arch Linux with alis only requires the use of four commands and depending on the speed of the internet connection a few minutes, more important than the speed of installation is that the script completely automates the installation. Apart from the four commands, it is necessary to edit a configuration file in which to declaratively specify the values of the variables to customize the configuration of the system to be installed according to preferences.</p>Overview
https://picodotdev.github.io/alis/overview/
Thu, 10 Feb 2022 19:00:00 +0100https://picodotdev.github.io/alis/overview/
- Overview The Arch Linux distribution can be intimidating for users who want to use it as it does not offer a graphical installer and the officially recommended option is to read a few dozen pages of the wiki to complete the installation and then type many commands interactively from the terminal in which the installation media is launched. An installer is not offered because one of the principles of Arch is that it adjusts to the user and not the user to Arch, with an installer it is very difficult or impossible to achieve the customization desired by all users, that is why it is left to each user the responsibility but the power to install it as you want according to your preferences.
+ <section class="mt-4">
<div class="container">
<div class="row">
<div class="col">
</div>
</div>
</div>
</section>
<h1 id="overview">Overview</h1>
<p>The <a href="https://archlinux.org/">Arch Linux</a> distribution can be intimidating for users who want to use it as it does not offer a graphical installer and the officially recommended option is to read a few dozen pages of the wiki to complete the installation and then type many commands interactively from the terminal in which the installation media is launched. An installer is not offered because one of the principles of Arch is that it adjusts to the user and not the user to Arch, with an installer it is very difficult or impossible to achieve the customization desired by all users, that is why it is left to each user the responsibility but the power to install it as you want according to your preferences.</p>
diff --git a/syntax.css b/syntax.css
index be0dc376..5b045597 100644
--- a/syntax.css
+++ b/syntax.css
@@ -1,86 +1,86 @@
-/* Background */ .bg { background-color: #ffffff; }
-/* PreWrapper */ .chroma { background-color: #ffffff; }
+/* Background */ .bg { background-color:#fff; }
+/* PreWrapper */ .chroma { background-color:#fff; }
/* Other */ .chroma .x { }
-/* Error */ .chroma .err { color: #a61717; background-color: #e3d2d2 }
+/* Error */ .chroma .err { color:#a61717;background-color:#e3d2d2 }
/* CodeLine */ .chroma .cl { }
-/* LineLink */ .chroma .lnlinks { outline: none; text-decoration: none; color: inherit }
-/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
-/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; }
-/* LineHighlight */ .chroma .hl { background-color: #e5e5e5 }
-/* LineNumbersTable */ .chroma .lnt { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
-/* LineNumbers */ .chroma .ln { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
-/* Line */ .chroma .line { display: flex; }
-/* Keyword */ .chroma .k { color: #000000; font-weight: bold }
-/* KeywordConstant */ .chroma .kc { color: #000000; font-weight: bold }
-/* KeywordDeclaration */ .chroma .kd { color: #000000; font-weight: bold }
-/* KeywordNamespace */ .chroma .kn { color: #000000; font-weight: bold }
-/* KeywordPseudo */ .chroma .kp { color: #000000; font-weight: bold }
-/* KeywordReserved */ .chroma .kr { color: #000000; font-weight: bold }
-/* KeywordType */ .chroma .kt { color: #445588; font-weight: bold }
+/* LineLink */ .chroma .lnlinks { outline:none;text-decoration:none;color:inherit }
+/* LineTableTD */ .chroma .lntd { vertical-align:top;padding:0;margin:0;border:0; }
+/* LineTable */ .chroma .lntable { border-spacing:0;padding:0;margin:0;border:0; }
+/* LineHighlight */ .chroma .hl { background-color:#e5e5e5 }
+/* LineNumbersTable */ .chroma .lnt { white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f }
+/* LineNumbers */ .chroma .ln { white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f }
+/* Line */ .chroma .line { display:flex; }
+/* Keyword */ .chroma .k { color:#000;font-weight:bold }
+/* KeywordConstant */ .chroma .kc { color:#000;font-weight:bold }
+/* KeywordDeclaration */ .chroma .kd { color:#000;font-weight:bold }
+/* KeywordNamespace */ .chroma .kn { color:#000;font-weight:bold }
+/* KeywordPseudo */ .chroma .kp { color:#000;font-weight:bold }
+/* KeywordReserved */ .chroma .kr { color:#000;font-weight:bold }
+/* KeywordType */ .chroma .kt { color:#458;font-weight:bold }
/* Name */ .chroma .n { }
-/* NameAttribute */ .chroma .na { color: #008080 }
-/* NameBuiltin */ .chroma .nb { color: #0086b3 }
-/* NameBuiltinPseudo */ .chroma .bp { color: #999999 }
-/* NameClass */ .chroma .nc { color: #445588; font-weight: bold }
-/* NameConstant */ .chroma .no { color: #008080 }
-/* NameDecorator */ .chroma .nd { color: #3c5d5d; font-weight: bold }
-/* NameEntity */ .chroma .ni { color: #800080 }
-/* NameException */ .chroma .ne { color: #990000; font-weight: bold }
-/* NameFunction */ .chroma .nf { color: #990000; font-weight: bold }
+/* NameAttribute */ .chroma .na { color:#008080 }
+/* NameBuiltin */ .chroma .nb { color:#0086b3 }
+/* NameBuiltinPseudo */ .chroma .bp { color:#999 }
+/* NameClass */ .chroma .nc { color:#458;font-weight:bold }
+/* NameConstant */ .chroma .no { color:#008080 }
+/* NameDecorator */ .chroma .nd { color:#3c5d5d;font-weight:bold }
+/* NameEntity */ .chroma .ni { color:#800080 }
+/* NameException */ .chroma .ne { color:#900;font-weight:bold }
+/* NameFunction */ .chroma .nf { color:#900;font-weight:bold }
/* NameFunctionMagic */ .chroma .fm { }
-/* NameLabel */ .chroma .nl { color: #990000; font-weight: bold }
-/* NameNamespace */ .chroma .nn { color: #555555 }
+/* NameLabel */ .chroma .nl { color:#900;font-weight:bold }
+/* NameNamespace */ .chroma .nn { color:#555 }
/* NameOther */ .chroma .nx { }
/* NameProperty */ .chroma .py { }
-/* NameTag */ .chroma .nt { color: #000080 }
-/* NameVariable */ .chroma .nv { color: #008080 }
-/* NameVariableClass */ .chroma .vc { color: #008080 }
-/* NameVariableGlobal */ .chroma .vg { color: #008080 }
-/* NameVariableInstance */ .chroma .vi { color: #008080 }
+/* NameTag */ .chroma .nt { color:#000080 }
+/* NameVariable */ .chroma .nv { color:#008080 }
+/* NameVariableClass */ .chroma .vc { color:#008080 }
+/* NameVariableGlobal */ .chroma .vg { color:#008080 }
+/* NameVariableInstance */ .chroma .vi { color:#008080 }
/* NameVariableMagic */ .chroma .vm { }
/* Literal */ .chroma .l { }
/* LiteralDate */ .chroma .ld { }
-/* LiteralString */ .chroma .s { color: #dd1144 }
-/* LiteralStringAffix */ .chroma .sa { color: #dd1144 }
-/* LiteralStringBacktick */ .chroma .sb { color: #dd1144 }
-/* LiteralStringChar */ .chroma .sc { color: #dd1144 }
-/* LiteralStringDelimiter */ .chroma .dl { color: #dd1144 }
-/* LiteralStringDoc */ .chroma .sd { color: #dd1144 }
-/* LiteralStringDouble */ .chroma .s2 { color: #dd1144 }
-/* LiteralStringEscape */ .chroma .se { color: #dd1144 }
-/* LiteralStringHeredoc */ .chroma .sh { color: #dd1144 }
-/* LiteralStringInterpol */ .chroma .si { color: #dd1144 }
-/* LiteralStringOther */ .chroma .sx { color: #dd1144 }
-/* LiteralStringRegex */ .chroma .sr { color: #009926 }
-/* LiteralStringSingle */ .chroma .s1 { color: #dd1144 }
-/* LiteralStringSymbol */ .chroma .ss { color: #990073 }
-/* LiteralNumber */ .chroma .m { color: #009999 }
-/* LiteralNumberBin */ .chroma .mb { color: #009999 }
-/* LiteralNumberFloat */ .chroma .mf { color: #009999 }
-/* LiteralNumberHex */ .chroma .mh { color: #009999 }
-/* LiteralNumberInteger */ .chroma .mi { color: #009999 }
-/* LiteralNumberIntegerLong */ .chroma .il { color: #009999 }
-/* LiteralNumberOct */ .chroma .mo { color: #009999 }
-/* Operator */ .chroma .o { color: #000000; font-weight: bold }
-/* OperatorWord */ .chroma .ow { color: #000000; font-weight: bold }
+/* LiteralString */ .chroma .s { color:#d14 }
+/* LiteralStringAffix */ .chroma .sa { color:#d14 }
+/* LiteralStringBacktick */ .chroma .sb { color:#d14 }
+/* LiteralStringChar */ .chroma .sc { color:#d14 }
+/* LiteralStringDelimiter */ .chroma .dl { color:#d14 }
+/* LiteralStringDoc */ .chroma .sd { color:#d14 }
+/* LiteralStringDouble */ .chroma .s2 { color:#d14 }
+/* LiteralStringEscape */ .chroma .se { color:#d14 }
+/* LiteralStringHeredoc */ .chroma .sh { color:#d14 }
+/* LiteralStringInterpol */ .chroma .si { color:#d14 }
+/* LiteralStringOther */ .chroma .sx { color:#d14 }
+/* LiteralStringRegex */ .chroma .sr { color:#009926 }
+/* LiteralStringSingle */ .chroma .s1 { color:#d14 }
+/* LiteralStringSymbol */ .chroma .ss { color:#990073 }
+/* LiteralNumber */ .chroma .m { color:#099 }
+/* LiteralNumberBin */ .chroma .mb { color:#099 }
+/* LiteralNumberFloat */ .chroma .mf { color:#099 }
+/* LiteralNumberHex */ .chroma .mh { color:#099 }
+/* LiteralNumberInteger */ .chroma .mi { color:#099 }
+/* LiteralNumberIntegerLong */ .chroma .il { color:#099 }
+/* LiteralNumberOct */ .chroma .mo { color:#099 }
+/* Operator */ .chroma .o { color:#000;font-weight:bold }
+/* OperatorWord */ .chroma .ow { color:#000;font-weight:bold }
/* Punctuation */ .chroma .p { }
-/* Comment */ .chroma .c { color: #999988; font-style: italic }
-/* CommentHashbang */ .chroma .ch { color: #999988; font-style: italic }
-/* CommentMultiline */ .chroma .cm { color: #999988; font-style: italic }
-/* CommentSingle */ .chroma .c1 { color: #999988; font-style: italic }
-/* CommentSpecial */ .chroma .cs { color: #999999; font-weight: bold; font-style: italic }
-/* CommentPreproc */ .chroma .cp { color: #999999; font-weight: bold; font-style: italic }
-/* CommentPreprocFile */ .chroma .cpf { color: #999999; font-weight: bold; font-style: italic }
+/* Comment */ .chroma .c { color:#998;font-style:italic }
+/* CommentHashbang */ .chroma .ch { color:#998;font-style:italic }
+/* CommentMultiline */ .chroma .cm { color:#998;font-style:italic }
+/* CommentSingle */ .chroma .c1 { color:#998;font-style:italic }
+/* CommentSpecial */ .chroma .cs { color:#999;font-weight:bold;font-style:italic }
+/* CommentPreproc */ .chroma .cp { color:#999;font-weight:bold;font-style:italic }
+/* CommentPreprocFile */ .chroma .cpf { color:#999;font-weight:bold;font-style:italic }
/* Generic */ .chroma .g { }
-/* GenericDeleted */ .chroma .gd { color: #000000; background-color: #ffdddd }
-/* GenericEmph */ .chroma .ge { color: #000000; font-style: italic }
-/* GenericError */ .chroma .gr { color: #aa0000 }
-/* GenericHeading */ .chroma .gh { color: #999999 }
-/* GenericInserted */ .chroma .gi { color: #000000; background-color: #ddffdd }
-/* GenericOutput */ .chroma .go { color: #888888 }
-/* GenericPrompt */ .chroma .gp { color: #555555 }
-/* GenericStrong */ .chroma .gs { font-weight: bold }
-/* GenericSubheading */ .chroma .gu { color: #aaaaaa }
-/* GenericTraceback */ .chroma .gt { color: #aa0000 }
-/* GenericUnderline */ .chroma .gl { text-decoration: underline }
-/* TextWhitespace */ .chroma .w { color: #bbbbbb }
+/* GenericDeleted */ .chroma .gd { color:#000;background-color:#fdd }
+/* GenericEmph */ .chroma .ge { color:#000;font-style:italic }
+/* GenericError */ .chroma .gr { color:#a00 }
+/* GenericHeading */ .chroma .gh { color:#999 }
+/* GenericInserted */ .chroma .gi { color:#000;background-color:#dfd }
+/* GenericOutput */ .chroma .go { color:#888 }
+/* GenericPrompt */ .chroma .gp { color:#555 }
+/* GenericStrong */ .chroma .gs { font-weight:bold }
+/* GenericSubheading */ .chroma .gu { color:#aaa }
+/* GenericTraceback */ .chroma .gt { color:#a00 }
+/* GenericUnderline */ .chroma .gl { text-decoration:underline }
+/* TextWhitespace */ .chroma .w { color:#bbb }
diff --git a/user-guide/code/download-conf.sh b/user-guide/code/download-conf.sh
index a1939b71..4f85fc5a 100644
--- a/user-guide/code/download-conf.sh
+++ b/user-guide/code/download-conf.sh
@@ -1,3 +1,3 @@
# shellcheck disable=SC2148
# SC2148: Tips depend on target shell and yours is unknown. Add a shebang.
-# curl -sL https://raw.githubusercontent.com/picodotdev/alis/master/download.sh | bash -s -u picodotdev
\ No newline at end of file
+# curl -sL https://raw.githubusercontent.com/picodotdev/alis/main/download.sh | bash -s -u picodotdev
\ No newline at end of file
diff --git a/user-guide/images/alis-cloud-init-ssh_hu46f547f9105cfc080fec03803bca6183_3711724_2560x1440_fit_box_3.png b/user-guide/images/alis-cloud-init-ssh_hu5846753939889853401.png
similarity index 100%
rename from user-guide/images/alis-cloud-init-ssh_hu46f547f9105cfc080fec03803bca6183_3711724_2560x1440_fit_box_3.png
rename to user-guide/images/alis-cloud-init-ssh_hu5846753939889853401.png
diff --git a/user-guide/images/alis-cloud-init-ssh_hu46f547f9105cfc080fec03803bca6183_3711724_750x550_fit_box_3.png b/user-guide/images/alis-cloud-init-ssh_hu7043150619253839629.png
similarity index 100%
rename from user-guide/images/alis-cloud-init-ssh_hu46f547f9105cfc080fec03803bca6183_3711724_750x550_fit_box_3.png
rename to user-guide/images/alis-cloud-init-ssh_hu7043150619253839629.png
diff --git a/user-guide/images/arch-linux-installation_hu7d1af452533057fdc7bc424a4ce5d374_22315_2560x1440_fit_box_3.png b/user-guide/images/arch-linux-installation_hu18116442678713243413.png
similarity index 100%
rename from user-guide/images/arch-linux-installation_hu7d1af452533057fdc7bc424a4ce5d374_22315_2560x1440_fit_box_3.png
rename to user-guide/images/arch-linux-installation_hu18116442678713243413.png
diff --git a/user-guide/images/arch-linux-installation_hu7d1af452533057fdc7bc424a4ce5d374_22315_750x550_fit_box_3.png b/user-guide/images/arch-linux-installation_hu2806490403579704523.png
similarity index 100%
rename from user-guide/images/arch-linux-installation_hu7d1af452533057fdc7bc424a4ce5d374_22315_750x550_fit_box_3.png
rename to user-guide/images/arch-linux-installation_hu2806490403579704523.png
diff --git a/user-guide/images/arch-linux-terminal-login_hu80d25585bc2bd68ee69b26291accf26a_15729_750x550_fit_box_3.png b/user-guide/images/arch-linux-terminal-login_hu2363804890415979281.png
similarity index 100%
rename from user-guide/images/arch-linux-terminal-login_hu80d25585bc2bd68ee69b26291accf26a_15729_750x550_fit_box_3.png
rename to user-guide/images/arch-linux-terminal-login_hu2363804890415979281.png
diff --git a/user-guide/images/arch-linux-terminal-login_hu80d25585bc2bd68ee69b26291accf26a_15729_2560x1440_fit_box_3.png b/user-guide/images/arch-linux-terminal-login_hu3685295511434097491.png
similarity index 100%
rename from user-guide/images/arch-linux-terminal-login_hu80d25585bc2bd68ee69b26291accf26a_15729_2560x1440_fit_box_3.png
rename to user-guide/images/arch-linux-terminal-login_hu3685295511434097491.png
diff --git a/user-guide/images/archlinux-installation-start_hu7d1af452533057fdc7bc424a4ce5d374_22315_2560x1440_fit_box_3.png b/user-guide/images/archlinux-installation-start_hu18116442678713243413.png
similarity index 100%
rename from user-guide/images/archlinux-installation-start_hu7d1af452533057fdc7bc424a4ce5d374_22315_2560x1440_fit_box_3.png
rename to user-guide/images/archlinux-installation-start_hu18116442678713243413.png
diff --git a/user-guide/images/archlinux-installation-start_hu7d1af452533057fdc7bc424a4ce5d374_22315_750x550_fit_box_3.png b/user-guide/images/archlinux-installation-start_hu2806490403579704523.png
similarity index 100%
rename from user-guide/images/archlinux-installation-start_hu7d1af452533057fdc7bc424a4ce5d374_22315_750x550_fit_box_3.png
rename to user-guide/images/archlinux-installation-start_hu2806490403579704523.png
diff --git a/user-guide/images/archlinux-media_hu435aaaf117dfd397edcd1aa64544d31b_14098_2560x1440_fit_box_3.png b/user-guide/images/archlinux-media_hu17329187721654826075.png
similarity index 100%
rename from user-guide/images/archlinux-media_hu435aaaf117dfd397edcd1aa64544d31b_14098_2560x1440_fit_box_3.png
rename to user-guide/images/archlinux-media_hu17329187721654826075.png
diff --git a/user-guide/images/archlinux-media_hu435aaaf117dfd397edcd1aa64544d31b_14098_750x550_fit_box_3.png b/user-guide/images/archlinux-media_hu324664639892789653.png
similarity index 100%
rename from user-guide/images/archlinux-media_hu435aaaf117dfd397edcd1aa64544d31b_14098_750x550_fit_box_3.png
rename to user-guide/images/archlinux-media_hu324664639892789653.png
diff --git a/user-guide/images/balena-etcher_hud1efc75fd83991b95378722c43d35468_21408_2560x1440_fit_box_3.png b/user-guide/images/balena-etcher_hu14155164189898625108.png
similarity index 100%
rename from user-guide/images/balena-etcher_hud1efc75fd83991b95378722c43d35468_21408_2560x1440_fit_box_3.png
rename to user-guide/images/balena-etcher_hu14155164189898625108.png
diff --git a/user-guide/images/balena-etcher_hud1efc75fd83991b95378722c43d35468_21408_750x550_fit_box_3.png b/user-guide/images/balena-etcher_hu5770943777640670160.png
similarity index 100%
rename from user-guide/images/balena-etcher_hud1efc75fd83991b95378722c43d35468_21408_750x550_fit_box_3.png
rename to user-guide/images/balena-etcher_hu5770943777640670160.png
diff --git a/user-guide/images/gnome-desktop_hu53b6cfbb23a7931544efc544ba20b2dc_1783530_750x550_fit_box_3.png b/user-guide/images/gnome-desktop_hu13486508887974083105.png
similarity index 100%
rename from user-guide/images/gnome-desktop_hu53b6cfbb23a7931544efc544ba20b2dc_1783530_750x550_fit_box_3.png
rename to user-guide/images/gnome-desktop_hu13486508887974083105.png
diff --git a/user-guide/images/gnome-desktop_hu53b6cfbb23a7931544efc544ba20b2dc_1783530_2560x1440_fit_box_3.png b/user-guide/images/gnome-desktop_hu13688270430884454891.png
similarity index 100%
rename from user-guide/images/gnome-desktop_hu53b6cfbb23a7931544efc544ba20b2dc_1783530_2560x1440_fit_box_3.png
rename to user-guide/images/gnome-desktop_hu13688270430884454891.png
diff --git a/user-guide/images/gnome-software_hu2b4cd2d849ce3a6e4133dc9fa25d58ec_179270_750x550_fit_box_3.png b/user-guide/images/gnome-software_hu15262368735595399989.png
similarity index 100%
rename from user-guide/images/gnome-software_hu2b4cd2d849ce3a6e4133dc9fa25d58ec_179270_750x550_fit_box_3.png
rename to user-guide/images/gnome-software_hu15262368735595399989.png
diff --git a/user-guide/images/gnome-software_hu2b4cd2d849ce3a6e4133dc9fa25d58ec_179270_2560x1440_fit_box_3.png b/user-guide/images/gnome-software_hu1659962093522434058.png
similarity index 100%
rename from user-guide/images/gnome-software_hu2b4cd2d849ce3a6e4133dc9fa25d58ec_179270_2560x1440_fit_box_3.png
rename to user-guide/images/gnome-software_hu1659962093522434058.png
diff --git a/user-guide/index.html b/user-guide/index.html
index e97f0ad8..d83a2945 100644
--- a/user-guide/index.html
+++ b/user-guide/index.html
@@ -159,7 +159,7 @@
Download the official Arch Linux
@@ -182,7 +182,7 @@
Create the installation me
Start a virtual machine
@@ -191,7 +191,7 @@
Start a virtual machine
Boot a real machine from the installation media
@@ -202,7 +202,7 @@
Starting the Arch Linux
With alis, the installation only consists of four commands and the edition of one or two configuration files with the desired preferences of the system to be installed. The first command is to set the keyboard layout, the second to download the alis files from the internet, the third to edit the configuration file, and finally to start the installation that requires no further interaction until it is complete.
@@ -285,7 +285,7 @@
alis configuration
-
1
2
3
# shellcheck disable=SC2148# SC2148: Tips depend on target shell and yours is unknown. Add a shebang.# curl -sL https://raw.githubusercontent.com/picodotdev/alis/master/download.sh | bash -s -u picodotdev
+
1
2
3
# shellcheck disable=SC2148# SC2148: Tips depend on target shell and yours is unknown. Add a shebang.# curl -sL https://raw.githubusercontent.com/picodotdev/alis/main/download.sh | bash -s -u picodotdev
download-conf.sh
@@ -363,14 +363,14 @@
Desktop environment
@@ -489,7 +489,7 @@
Installing and uninstalling progra
You already will have the basics of the system and with the programs you want but there are still more customization options that you will have to do for yourself. Managing dotfiles or add some theme to the login manager is something left for the user.