5 lines
78 B
Bash
5 lines
78 B
Bash
#!/bin/bash
|
|
#shellcheck disable=SC2154
|
|
|
|
systemctl enable --user podman.socket
|