Skip to content

Commit 0f87c5f

Browse files
curiousercreativezdykstra
authored andcommitted
docs: fix curl arguments in container-example
1 parent 3545b26 commit 0f87c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/general/container-example.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ and populating a simple ``config.yaml`` for container builds::
2121
CommandLine: zfsbootmenu ro quiet loglevel=4 nomodeset
2222
EOF
2323

24-
curl -L -O /etc/zfsbootmenu/zbm-builder.sh https://raw.githubusercontent.com/zbm-dev/zfsbootmenu/master/zbm-builder.sh
24+
curl -L -o /etc/zfsbootmenu/zbm-builder.sh https://raw.githubusercontent.com/zbm-dev/zfsbootmenu/master/zbm-builder.sh
2525
chmod 755 /etc/zfsbootmenu/zbm-builder.sh
2626

2727
In this configuration, ``mkinitcpio`` will be used instead of ``dracut``. Component generation is disabled, so

0 commit comments

Comments
 (0)