Skip to content

Commit 58a5a97

Browse files
committed
Merge pull request flynn#968 from jaysh/jaysh-zfs-sudo
Modify ZFS installation instructions to keep them consistent
2 parents 791838c + 4e92e81 commit 58a5a97

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

website/source/docs/installation.html.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,10 @@ $ sudo apt-get install linux-image-extra-$(uname -r)
8383
Flynn uses ZFS for persistent data volumes. To install ZFS, run these commands:
8484

8585
```
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
8990
```
9091

9192
### Installation

0 commit comments

Comments
 (0)