mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
Added --non-interactive flag to svn package downloads
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22095 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
79e21b2ea4
commit
2f2cf51c25
@ -99,7 +99,7 @@ sub update_index($)
|
||||
|
||||
my %update_method = (
|
||||
'src-svn' => {
|
||||
'init' => "svn checkout --trust-server-cert '%s' '%s'",
|
||||
'init' => "svn checkout --non-interactive --trust-server-cert '%s' '%s'",
|
||||
'update' => "svn update",
|
||||
'controldir' => ".svn"},
|
||||
'src-cpy' => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user