diff options
Diffstat (limited to 'install.org')
-rw-r--r-- | install.org | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/install.org b/install.org index 103c33d..59d3acc 100644 --- a/install.org +++ b/install.org @@ -1,4 +1,4 @@ -# Created 2023-02-05 Sun 19:05 +# Created 2024-03-06 Wed 16:19 #+title: Carbs Linux Installation Guide #+author: Cem Keylan These are the step-by-step instructions for installing Carbs Linux. It can be @@ -77,7 +77,6 @@ If everything went alright, this should output: Signature Verified #+end_example - ** Extracting the tarball You will need to extract the tarball to your desired location. For partitioning, you can follow [[https://wiki.archlinux.org/index.php/Partitioning][this guide]]. This will assume that you will be mounting your root @@ -129,7 +128,7 @@ Carbs Linux rsync repositories live in rsync://carbslinux.org/repo. In order to obtain it, run the following: #+begin_src sh - rsync -avc rsync://carbslinux.org/repo $HOME/repos/carbs + rsync -avc rsync://vaylin.carbslinux.org/repo $HOME/repos/carbs #+end_src *** Making the package manager use the repositories |