Init
This commit is contained in:
commit
58328a42d5
6 changed files with 89 additions and 0 deletions
8
podman.sh
Executable file
8
podman.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
sudo apt install -y podman
|
||||
|
||||
systemctl --user enable podman.socket
|
||||
systemctl --user start podman.socket
|
Loading…
Add table
Add a link
Reference in a new issue