diff --git a/Makefile b/Makefile index b8484f8..62b3109 100644 --- a/Makefile +++ b/Makefile @@ -32,5 +32,7 @@ scripts: cp starship.toml ~/.config/starship.toml sed -i "s/#XXXXXX/$(STARSHIP_COLOR)/g" ~/.config/starship.toml -install: container scripts; +install: container scripts + systemctl --user enable podman.sock --now + systemctl --user enable podman.service --now