summaryrefslogtreecommitdiff
path: root/doc/note/qemu/qemu.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/note/qemu/qemu.txt')
-rw-r--r--doc/note/qemu/qemu.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/note/qemu/qemu.txt b/doc/note/qemu/qemu.txt
index 7d46d6a..edaf9bc 100644
--- a/doc/note/qemu/qemu.txt
+++ b/doc/note/qemu/qemu.txt
@@ -174,7 +174,7 @@ Regular boot
true `# SMB server debian` \
&& hostpath=/path/to/host/dir \
&& sharename=work \
- && apt install --no-install-recommends -y samba
+ && apt install --no-install-recommends -y samba \
&& printf '[%s]\npath = %s\npublic = no\nwriteable = yes\nguest ok = yes\nforce user = andreas\n' "${sharename:?}" "${hostpath:?}" | $SUDO tee -a /etc/samba/smb.conf >/dev/null \
&& $SUDO /etc/init.d/smbd restart \
&& true