aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--carbslinux.org3
-rw-r--r--carbslinux.texi1
-rw-r--r--install.txt1
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
`----