From f00da5b3eef7ad309bcd3381a02b7fbf71e90b76 Mon Sep 17 00:00:00 2001
From: Cem Keylan First, we need to download the rootfs tarball. You can do the following in order
to obtain the rootfs. If you are using an i686 machine, replace the We can then check the integrity of the tarball and do a signature verification.
@@ -81,7 +83,7 @@ latest release is saved on carbs-rootfs.tar.xz.sha256. You can acqu
verify the tarball.
x86_64
-with i686
.
+with i686
. We are setting this in a URL variable so that we don’t have to
+write it every time.
$ wget https://dl.carbslinux.org/releases/x86_64/carbs-rootfs.tar.xz
+
$ URL=https://dl.carbslinux.org/releases/x86_64
+$ wget $URL/carbs-rootfs.tar.xz
$ wget https://dl.carbslinux.org/releases/x86_64/carbs-rootfs.tar.xz.sha256
+
$ wget $URL/carbs-rootfs.tar.xz.sha256
$ sha256sum -c carbs-rootfs.tar.xz.sha256
$ wget https://dl.carbslinux.org/releases/carbs-rootfs.tar.xz.sig +$ wget $URL/carbs-rootfs.tar.xz.sig $ gpg --recv-keys FF484BDFEFCEF8FF $ gpg --verify carbs-rootfs.tar.xz.sig