No metalink file on fs

This commit is contained in:
Emmanuel Engelhart 2021-05-04 13:15:43 +02:00
parent 69257610e8
commit 950e742116
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ Aria2::Aria2():
// Try to use a potential installed aria2c.
callCmd.push_back(ARIA2_CMD);
}
callCmd.push_back("--follow-metalink=mem");
callCmd.push_back("--enable-rpc");
callCmd.push_back(rpc_secret.c_str());
callCmd.push_back(rpc_port.c_str());