fix quotes

This commit is contained in:
redbeardymcgee 2024-11-30 20:25:10 -06:00
parent af1ddaa4c1
commit 23aa2d7ab9

View file

@ -18,9 +18,9 @@ are `quadlets`, which is an interface between `systemd` and `podman`.
```bash ```bash
git clone --depth=1 https://github.com/redbeardymcgee/podbox git clone --depth=1 https://github.com/redbeardymcgee/podbox
cp -a podbox/quadlets/"$app" "$XDG_CONFIG_HOME"/containers/systemd/ cp -a "podbox/quadlets/$app" "$XDG_CONFIG_HOME/containers/systemd/"
# Edit the files in $XDG_CONFIG_HOME/containers/systemd/$app/ as needed # Edit the files in $XDG_CONFIG_HOME/containers/systemd/$app/ as needed
$EDITOR "$XDG_CONFIG_HOME/containers/systemd/$app/*" $EDITOR "$XDG_CONFIG_HOME/containers/systemd/$app/"*
systemctl --user daemon-reload systemctl --user daemon-reload
systemctl --user start "$app" systemctl --user start "$app"
# Jump to the end of the logs to see if the app started # Jump to the end of the logs to see if the app started