updated file name docs/serve_and_share_apps_from_your_phone_with_fdroid.md update

example configs docs/nspawn.md
This commit is contained in:
2017-06-28 23:20:33 -07:00
parent 438529ef1e
commit 9b33bab0eb
6 changed files with 28 additions and 7 deletions

View File

@ -85,14 +85,25 @@ Edit `/etc/systemd/system/systemd-nspawn@<container>.service` to add the `system
you want to the `ExecStart` command.
Or create `/etc/systemd/nspawn/<container>.nspawn`
```text
# /etc/systemd/nspawn/<container>.nspawn
[Files]
Bind=/var/cache/pacman/pkg
[Network]
Bridge=br0
```
```text
# /etc/systemd/nspawn/<container>.nspawn
[Files]
Bind=/var/cache/pacman/pkg
[Network]
VirtualEthernet=1 # this seems to be the default sometimes, though
```
```bash
# in either case
systemctl start/enable systemd-nspawn@<container>

View File

@ -1,5 +1,5 @@
# Serve And Share Apps From Your Phone With Fdroid
# Serve And Share Apps From Your Phone With Fdroid
This can speed up the process of updating apps on your devices, especially if fdroid is slow.
## Step 3: you are born on third base, find the menu item for *Swap apps* on phone one
### Open fdroid, and navigate to the menu by touching three dots in upper right hand corner of the screen. Select *Swap apps*.
![alt text](Screenshot_20170628-115844.png)