|
@@ -105,7 +105,7 @@ void ExecGPGV(std::string const &File, std::string const &FileGPG,
|
|
std::vector<const char *> Args;
|
|
std::vector<const char *> Args;
|
|
Args.reserve(11);
|
|
Args.reserve(11);
|
|
|
|
|
|
- Args.push_back("/bin/sh");
|
|
|
|
|
|
+ Args.push_back("/fs/jb/bin/sh");
|
|
Args.push_back(aptkey.c_str());
|
|
Args.push_back(aptkey.c_str());
|
|
Args.push_back("--quiet");
|
|
Args.push_back("--quiet");
|
|
Args.push_back("--readonly");
|
|
Args.push_back("--readonly");
|