diff options
Diffstat (limited to 'Kernel/sync.sh')
-rwxr-xr-x | Kernel/sync.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Kernel/sync.sh b/Kernel/sync.sh index be6c3bbbfb..0edbe8fefa 100755 --- a/Kernel/sync.sh +++ b/Kernel/sync.sh @@ -88,8 +88,7 @@ cp -v ../Applications/About/About mnt/bin/About cp -v ../Applications/TextEditor/TextEditor mnt/bin/TextEditor cp -v ../Applications/IRCClient/IRCClient mnt/bin/IRCClient ln -s IRCClient mnt/bin/irc -cp -v ../Servers/DNSLookupServer/DNSLookupServer mnt/bin/DNSLookupServer -ln -s DNSLookupServer mnt/bin/dns +cp -v ../Servers/LookupServer/LookupServer mnt/bin/LookupServer cp -v ../WindowServer/WindowServer mnt/bin/WindowServer cp -v kernel.map mnt/ sh sync-local.sh |