File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -83,9 +83,10 @@ $ sudo apt-get install linux-image-extra-$(uname -r)
83
83
Flynn uses ZFS for persistent data volumes. To install ZFS, run these commands:
84
84
85
85
```
86
- apt-key adv --keyserver keyserver.ubuntu.com --recv E871F18B51E0147C77796AC81196BA81F6B0FC61
87
- echo deb http://ppa.launchpad.net/zfs-native/stable/ubuntu trusty main > /etc/apt/sources.list.d/zfs.list
88
- apt-get install -y ubuntu-zfs
86
+ $ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv E871F18B51E0147C77796AC81196BA81F6B0FC61
87
+ $ echo deb http://ppa.launchpad.net/zfs-native/stable/ubuntu trusty main | sudo tee /etc/apt/sources.list.d/zfs.list
88
+ $ sudo apt-get update
89
+ $ sudo apt-get install ubuntu-zfs
89
90
```
90
91
91
92
### Installation
You can’t perform that action at this time.
0 commit comments