mirror of
https://github.com/TrentSPalmer/trentdocs_website.git
synced 2025-07-30 21:01:37 -07:00
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:
@ -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>
|
||||
|
@ -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*.
|
||||

|
||||
|
Reference in New Issue
Block a user