dont install launch agent on osx
This commit is contained in:
parent
28a1f3c268
commit
a85023d560
3 changed files with 16 additions and 15 deletions
4
install
4
install
|
|
@ -49,9 +49,7 @@ class Install(Thread):
|
|||
os.symlink('openmedialibrary/ctl', 'ctl')
|
||||
self.status['progress'] = 0
|
||||
self.status['installing'] = 'setup'
|
||||
if sys.platform == 'darwin':
|
||||
os.system('./ctl install_launcher')
|
||||
elif sys.platform.startswith('linux'):
|
||||
if sys.platform.startswith('linux'):
|
||||
apt_packages = ''
|
||||
yum_packages = ''
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue