Last modified by Drunk Monkey on 2024-09-01 12:35

From version 8.4
edited by Drunk Monkey
on 2024-09-01 08:48
Change comment: There is no comment for this version
To version 8.5
edited by Drunk Monkey
on 2024-09-01 08:49
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -50,11 +50,13 @@
50 50  
51 51  **UPDATE (May 05, 2013)**: I've updated the installation instructions. The old instructions included downloading the source and installing from there. At the time, that was all that was available. Since then, the ZFS on Linux project has created a proper Debian repository that you can use to install ZFS. Here is how you would do that:
52 52  
53 -{{{$ su -
53 +{{code language="bash session"}}
54 +$ su -
54 54  # wget http://archive.zfsonlinux.org/debian/pool/main/z/zfsonlinux/zfsonlinux_2%7Ewheezy_all.deb
55 55  # dpkg -i zfsonlinux_2~wheezy_all.deb
56 56  # apt-get update
57 -# apt-get install debian-zfs}}}
58 +# apt-get install debian-zfs
59 +{{/code}}
58 58  
59 59  And that's it!
60 60