We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7fe4b8c + 2effe96 commit 408d91aCopy full SHA for 408d91a
scriptmodules/supplementary/samba.sh
@@ -50,6 +50,12 @@ function install_shares_samba() {
50
add_share_samba "bios" "$home/RetroPie/BIOS"
51
add_share_samba "configs" "$configdir"
52
add_share_samba "splashscreens" "$datadir/splashscreens"
53
+
54
+ # Add `wsdd` so that RetroPie is easily discovered by Windows clients
55
+ # Only available on Debian 12/Ubuntu 22.04 and later
56
+ if apt-cache -qq madison wsdd; then
57
+ aptInstall wsdd
58
+ fi
59
restart_samba
60
}
61
0 commit comments