[ Agent ] [ App ] - offline build nfs server - 1
This commit is contained in:
@@ -1234,11 +1234,9 @@ func (op *AgentOsOperator) installNFSServerOfflineExec() (bool, []string) {
|
||||
})
|
||||
|
||||
// install
|
||||
AllCommandExecutor([]string{
|
||||
"dpkg",
|
||||
"-i",
|
||||
"/root/install/tmp/nfs-server/*.deb",
|
||||
})
|
||||
BasicPrettyPrint(HardCodeCommandExecutor(
|
||||
"dpkg -i /root/install/tmp/nfs-server/*.deb",
|
||||
))
|
||||
|
||||
if !PureResultSingleExecuteBatch([][]string{
|
||||
{"mkdir", "-p", nfsDataPath},
|
||||
|
||||
Reference in New Issue
Block a user