[ Agent ] [ App ] - offline build nfs server - 1
This commit is contained in:
@@ -1233,6 +1233,12 @@ func (op *AgentOsOperator) installNFSServerOfflineExec() (bool, []string) {
|
|||||||
"/root/install",
|
"/root/install",
|
||||||
})
|
})
|
||||||
|
|
||||||
|
AllCommandExecutor([]string{
|
||||||
|
"rm",
|
||||||
|
"-rf",
|
||||||
|
"/root/install/tmp",
|
||||||
|
})
|
||||||
|
|
||||||
// install
|
// install
|
||||||
BasicPrettyPrint(HardCodeCommandExecutor(
|
BasicPrettyPrint(HardCodeCommandExecutor(
|
||||||
"dpkg -i /root/install/tmp/nfs-server/*.deb",
|
"dpkg -i /root/install/tmp/nfs-server/*.deb",
|
||||||
|
|||||||
Reference in New Issue
Block a user