mirror of
https://github.com/AsamK/signal-cli.git
synced 2026-05-30 15:14:14 +00:00
Updated Linking other devices (Provisioning) (markdown)
parent
49c157a77e
commit
f054406ec5
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
or for newer android devices:
|
or for newer android devices:
|
||||||
|
|
||||||
signal-cli link -n "optional device name" | xargs -l qrencode -o /tmp/qrcode.png --level=H -v 10 & while [ ! -f /tmp/qrcode.png ]; do sleep 1; done; xdg-open /tmp/qrcode.png
|
signal-cli link -n "optional device name" | xargs -l qrencode -o /tmp/qrcode.png --level=H -v 10 & while [ ! -f /tmp/qrcode.png ]; do sleep 1; done; xdg-open /tmp/qrcode.png`
|
||||||
|
|
||||||
Do not kill the `signal-cli link …` process until linking is finished; the process will exit when it's done.
|
Do not kill the `signal-cli link …` process until linking is finished; the process will exit when it's done.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user