mirror of
https://github.com/containers/podman-compose.git
synced 2024-11-21 23:43:24 +01:00
4 lines
75 B
Bash
Executable File
4 lines
75 B
Bash
Executable File
#!/usr/bin/env bash
|
|
pip3 uninstall podman-compose -y
|
|
./scripts/clean_up.sh
|