avoid using curl for file:// urls since it's buggy
This commit is contained in:
parent
74f723bb50
commit
eedd248371
2 changed files with 10 additions and 2 deletions
|
@ -19,3 +19,8 @@ Debian sid/experimental
|
|||
default repository version: 3
|
||||
supported repository versions: 3 4
|
||||
upgrade supported from repository versions: 0 1 2
|
||||
|
||||
> Seems that curl doesn't write the file it was asked to
|
||||
> output to in this case. Crazy. Does not affect empty
|
||||
> http urls. Switched to using just cp for file://
|
||||
> [[done]] --[[Joey]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue