diff --git a/docs/Getting Started/Debian/Debian Bullseye Root on ZFS.rst b/docs/Getting Started/Debian/Debian Bullseye Root on ZFS.rst index 058c1af..79f46ec 100644 --- a/docs/Getting Started/Debian/Debian Bullseye Root on ZFS.rst +++ b/docs/Getting Started/Debian/Debian Bullseye Root on ZFS.rst @@ -664,7 +664,7 @@ Step 4: System Configuration #. Optional: Remove os-prober:: - apt remove --purge os-prober + apt purge --yes os-prober This avoids error messages from `update-grub`. `os-prober` is only necessary in dual-boot configurations. diff --git a/docs/Getting Started/Debian/Debian Buster Root on ZFS.rst b/docs/Getting Started/Debian/Debian Buster Root on ZFS.rst index b42b9ba..770469f 100644 --- a/docs/Getting Started/Debian/Debian Buster Root on ZFS.rst +++ b/docs/Getting Started/Debian/Debian Buster Root on ZFS.rst @@ -694,7 +694,7 @@ Step 4: System Configuration #. Optional: Remove os-prober:: - apt remove --purge os-prober + apt purge --yes os-prober This avoids error messages from `update-grub`. `os-prober` is only necessary in dual-boot configurations. diff --git a/docs/Getting Started/Ubuntu/Ubuntu 18.04 Root on ZFS.rst b/docs/Getting Started/Ubuntu/Ubuntu 18.04 Root on ZFS.rst index 9387749..e8278ea 100644 --- a/docs/Getting Started/Ubuntu/Ubuntu 18.04 Root on ZFS.rst +++ b/docs/Getting Started/Ubuntu/Ubuntu 18.04 Root on ZFS.rst @@ -557,7 +557,7 @@ Select (using the space bar) all of the disks (not partitions) in your pool. 4.9 (Optional): Remove os-prober:: - apt remove --purge os-prober + apt purge --yes os-prober This avoids error messages from `update-grub`. `os-prober` is only necessary in dual-boot configurations. diff --git a/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst b/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst index d2e5119..ae64ea8 100644 --- a/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst +++ b/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst @@ -837,7 +837,7 @@ Step 4: System Configuration #. Optional: Remove os-prober:: - apt remove --purge os-prober + apt purge --yes os-prober This avoids error messages from ``update-grub``. ``os-prober`` is only necessary in dual-boot configurations.