Add more scripts
This commit is contained in:
parent
03ab6ee918
commit
ddb6d7dcd1
10 changed files with 14 additions and 1 deletions
11
scripts/podman.sh
Executable file
11
scripts/podman.sh
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
sudo apt install -y podman
|
||||
|
||||
sudo mkdir -p /etc/containers/
|
||||
sudo cp "$HOME/.config/containers/storage.conf" /etc/containers/storage.conf
|
||||
|
||||
systemctl --user enable podman.socket
|
||||
systemctl --user start podman.socket
|
Loading…
Add table
Add a link
Reference in a new issue