diff --git a/update-on-ox b/update-on-ox index 1cfd69a768..db7e229c11 100755 --- a/update-on-ox +++ b/update-on-ox @@ -61,4 +61,4 @@ with tempfile.NamedTemporaryFile(prefix='install-dmg-', suffix='.py') as f: f.write(script.encode('utf-8')) f.flush() run(f'scp dist/{dmg} {f.name} {HOST}:/tmp') - run(f'ssh {HOST} python /tmp/{os.path.basename(f.name)} /tmp/{dmg}') + run(f'ssh {HOST} python3 /tmp/{os.path.basename(f.name)} /tmp/{dmg}')