mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 03:15:49 +00:00
feat: Improved installation (#453)
This commit is contained in:
parent
63c6fc0808
commit
0616eb3447
10 changed files with 955 additions and 613 deletions
|
|
@ -82,6 +82,7 @@ if [[ "$isXP" == [Yy1]* ]]; then
|
|||
else
|
||||
# Enable Web Service Discovery
|
||||
wsdd -i "$interface" -p -n "$hostname" &
|
||||
echo "$!" > /var/run/wsdd.pid
|
||||
fi
|
||||
|
||||
return 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue