Thanks to visit codestin.com Credit goes to github.com
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 c2f5db9 commit f5aa30fCopy full SHA for f5aa30f
‎xxh‎
@@ -291,8 +291,6 @@ if opt.install:
291
ssh @(ssh_v) @(ssh_arguments) @(host) -t @(f"cd {host_xxh_home} && ./{xonsh_bin_name} --appimage-extract | grep -E 'usr/python/bin/xonsh$' && mv squashfs-root xonsh-squashfs && mv {host_xonsh_bin} {host_xonsh_bin}-disabled && ln -s {host_xonsh_bin_new}") 1>&2
292
host_xonsh_bin = host_xonsh_bin_new
293
294
- host_info = get_host_info()
295
-
296
eprint(f'First run xonsh on {host}\033[0m')
297
298
host_execute_file = ['--', opt.host_execute_file] if opt.host_execute_file else []
0 commit comments