码迷,mamicode.com
首页 > 其他好文 > 详细

Daemon 自更新

时间:2018-02-07 19:52:08      阅读:162      评论:0      收藏:0      [点我收藏+]

标签:init   mon   pat   obj   bin   pos   cts   nts   set   

NSTask *task = [[NSTask alloc] init];
[task setLaunchPath:@"usr/bin/dpkg"];
[task setArguments:[NSArray arrayWithObjects:@"-i", @"/var/mobile/Downloads/update.deb", nil]];
[task launch];

 

Daemon 自更新

标签:init   mon   pat   obj   bin   pos   cts   nts   set   

原文地址:https://www.cnblogs.com/cwy173/p/8427636.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!