Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f5aa30f

Browse files
author
anki-code
committed
Clean
1 parent c2f5db9 commit f5aa30f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎xxh‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,6 @@ if opt.install:
291291
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
292292
host_xonsh_bin = host_xonsh_bin_new
293293

294-
host_info = get_host_info()
295-
296294
eprint(f'First run xonsh on {host}\033[0m')
297295

298296
host_execute_file = ['--', opt.host_execute_file] if opt.host_execute_file else []

0 commit comments

Comments
 (0)