correct img filenames

from beta to gamma
This commit is contained in:
joborun linux 2023-03-05 20:45:37 +00:00
parent cb9e1b0211
commit 2b9db695aa

View file

@ -14,14 +14,14 @@ c Download our latest tarball image from this page: [[ joborun.neocities.org/do
d Download the one line txt file that states the ckecksum and check the image into someplace like /tmp.
<pre>
sha256sum jobo.beta*.tar.xz
cat jobo.beta*.tar.xz.sum
sha256sum jobo-gamma*.tar.xz
cat jobo-gamma*.tar.xz.sum
</pre>
The output of both should be the same, if not try to download again and let us know as soon as possible of the discrepancy.
<pre>
cd /mnt
sudo tar -xf /tmp/jobo.beta*tar.xz
sudo tar -xf /tmp/jobo-gamma*tar.xz
ls -al
</pre>