Skip to content

Commit 4e92e81

Browse files
committed
website: Remove the 'assume yes' flag on apt-get install
This makes it consistent with the rest of the installation instructions. Signed-off-by: Jay Shah <hey@jay.sh>
1 parent 6f2d778 commit 4e92e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/source/docs/installation.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Flynn uses ZFS for persistent data volumes. To install ZFS, run these commands:
8686
$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv E871F18B51E0147C77796AC81196BA81F6B0FC61
8787
$ echo deb http://ppa.launchpad.net/zfs-native/stable/ubuntu trusty main | sudo tee /etc/apt/sources.list.d/zfs.list
8888
$ sudo apt-get update
89-
$ sudo apt-get install -y ubuntu-zfs
89+
$ sudo apt-get install ubuntu-zfs
9090
```
9191

9292
### Installation

0 commit comments

Comments
 (0)