diff options
author | Cem Keylan <cem@ckyln.com> | 2024-03-06 13:12:49 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2024-03-06 13:12:49 +0100 |
commit | 895a925b58a3fde363a9437eaf77093e181853d3 (patch) | |
tree | 522ef8cd63f029cc3633840c0d9d85e60a85231b /carbslinux.org | |
parent | 07490935e1e2124182a030161c51783c9f8ba8bb (diff) | |
download | docs-895a925b58a3fde363a9437eaf77093e181853d3.tar.gz |
docs: update rsync server name
Diffstat (limited to 'carbslinux.org')
-rw-r--r-- | carbslinux.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/carbslinux.org b/carbslinux.org index 5f71e83..37c82b9 100644 --- a/carbslinux.org +++ b/carbslinux.org @@ -265,7 +265,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 |