We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5453989 commit 826b4d2Copy full SHA for 826b4d2
1 file changed
userspace/py/bin/msk.py
@@ -14,7 +14,10 @@
14
import sys
15
import tarfile
16
17
-server_url = 'http://ponyos.org/packages'
+if os.path.exists('/usr/bin/fetch'):
18
+ server_url = 'https://ponyos.org/packages'
19
+else:
20
+ server_url = 'http://ponyos.org/packages'
21
var_dir = '/var/msk'
22
manifest_path = f'{var_dir}/manifest.json'
23
manifest_url = f'{server_url}/manifest.json'
0 commit comments