Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Lisa Casino
slapos.package
Commits
e37ab642
Commit
e37ab642
authored
11 years ago
by
Jondy Zhao
Browse files
Options
Download
Email Patches
Plain Diff
Add a link to netsh
modified: windows/scripts/slapos-cygwin-bootstrap.sh
parent
458601bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
windows/scripts/slapos-cygwin-bootstrap.sh
windows/scripts/slapos-cygwin-bootstrap.sh
+7
-0
No files found.
windows/scripts/slapos-cygwin-bootstrap.sh
View file @
e37ab642
...
...
@@ -80,6 +80,13 @@ function slapos_patch_cygwin()
csih_inform
"/etc/group generated"
[[
-f
/etc/group
]]
||
mkgroup
>
/etc/group
csih_inform
"Creating link to netsh"
_netsh
=
$(
which netsh
)
||
csih_error
"Missing netsh.exe"
[[
-L
/usr/bin/netsh
]]
||
ln
-s
${
_netsh
}
/usr/bin/netsh
||
csih_error
"Failed"
csih_inform
"OK"
_filename
=
/usr/bin/cygport
if
[[
-f
${
_filename
}
]]
;
then
csih_inform
"Patching
${
_filename
}
..."
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment