diff options
author | Cem Keylan <cem@ckyln.com> | 2021-03-30 14:37:11 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-03-30 14:37:11 +0300 |
commit | 7e3da9a496f64a231265f8ac07619183552ffd10 (patch) | |
tree | 08930e2a4ffafe1b73e68ac1ade3df458775a65e | |
parent | f275794ab1e99a1ca98646e46c2ee555b681c37e (diff) | |
download | docs-7e3da9a496f64a231265f8ac07619183552ffd10.tar.gz |
docs: update
-rw-r--r-- | carbslinux.org | 3 | ||||
-rw-r--r-- | carbslinux.texi | 1 | ||||
-rw-r--r-- | install.txt | 1 |
3 files changed, 5 insertions, 0 deletions
diff --git a/carbslinux.org b/carbslinux.org index b07a764..0cbe33b 100644 --- a/carbslinux.org +++ b/carbslinux.org @@ -96,6 +96,8 @@ Documentation License." * Installation :PROPERTIES: :DESCRIPTION: Installing Carbs Linux +:EXPORT_FILE_NAME: install.txt +:EXPORT_TITLE: Carbs Linux Installation Guide :END: These are the step-by-step instructions for installing Carbs Linux. It can be @@ -137,6 +139,7 @@ with =i686=. We are setting this in a URL variable so that we don't have to write it every time. #+BEGIN_SRC sh +URL=https://dl.carbslinux.org/releases/x86_64 wget $URL/carbs-rootfs.tar.xz.sha256 sha256sum -c carbs-rootfs.tar.xz.sha256 #+END_SRC diff --git a/carbslinux.texi b/carbslinux.texi index 43203a6..5ad5518 100644 --- a/carbslinux.texi +++ b/carbslinux.texi @@ -198,6 +198,7 @@ with @samp{i686}. We are setting this in a URL variable so that we don't have to write it every time. @example +URL=https://dl.carbslinux.org/releases/x86_64 wget $URL/carbs-rootfs.tar.xz.sha256 sha256sum -c carbs-rootfs.tar.xz.sha256 @end example diff --git a/install.txt b/install.txt index 5d32f73..bfe8cae 100644 --- a/install.txt +++ b/install.txt @@ -72,6 +72,7 @@ can be acquired as plain-text to be viewed offline with a pager from URL variable so that we don't have to write it every time. ,---- + | URL=https://dl.carbslinux.org/releases/x86_64 | wget $URL/carbs-rootfs.tar.xz.sha256 | sha256sum -c carbs-rootfs.tar.xz.sha256 `---- |