mirror of
https://github.com/darlinghq/darling.git
synced 2024-11-23 04:09:43 +00:00
Add resolv.conf with 8.8.8.8/8.8.4.4 in it
This commit is contained in:
parent
fcbd6dfcd6
commit
c363b54eec
@ -58,6 +58,8 @@ add_subdirectory(src)
|
||||
if (NOT DARLING_NO_EXECUTABLES)
|
||||
install(FILES etc/dylib.conf etc/version.conf
|
||||
DESTINATION libexec/darling/etc/darling)
|
||||
install(FILES etc/resolv.conf
|
||||
DESTINATION libexec/darling/etc)
|
||||
|
||||
install(DIRECTORY DESTINATION libexec/darling/Volumes)
|
||||
install(DIRECTORY DESTINATION libexec/darling/Volumes/SystemRoot)
|
||||
|
2
etc/resolv.conf
Normal file
2
etc/resolv.conf
Normal file
@ -0,0 +1,2 @@
|
||||
nameserver 8.8.8.8
|
||||
nameserver 8.8.4.4
|
Loading…
Reference in New Issue
Block a user