mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
rebuilding site Thu Aug 11 08:34:47 PM CST 2022
This commit is contained in:
parent
c5845bc3dd
commit
3c1095936f
1 changed files with 2 additions and 2 deletions
|
@ -58,8 +58,8 @@
|
|||
<ul>
|
||||
<li>target device: install termux app.</li>
|
||||
<li>(optional)<a href="d::mkdir -p /data/data/com.termux/files/usr;cd /data/data/com.termux/files;mkdir home:">fix termux quick crash</a></li>
|
||||
<li>source device: <a href="c:cd ..;toybox tar -czf - .|toybox nc -l -p 1500">send termux installation</a></li>
|
||||
<li>target device: <a href="c:cd ..;toybox nc 1500|toybox tar -xzf -">receive termux installation</a></li>
|
||||
<li>source device: <a href="c:cd ..;/system/bin/toybox tar -czf - .|/system/bin/toybox nc -l -p 1500">send termux installation</a></li>
|
||||
<li>target device: <a href="c:cd ..;/system/bin/toybox nc 1500|/system/bin/toybox tar -xzf -">receive termux installation</a></li>
|
||||
</ul>
|
||||
<h5 id="using-ssh-to-copy">Using ssh to copy</h5>
|
||||
<ul>
|
||||
|
|
Loading…
Reference in a new issue