mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-22 05:12:27 +00:00
Update core/tabs/applications-setup/podman-setup.sh
Only install podman-compose if it is not installed already. Co-authored-by: nyx <nnyyxxxx@protonmail.com>
This commit is contained in:
parent
fe8627711e
commit
94eade5ab7
|
@ -51,7 +51,7 @@ install_podman_compose() {
|
|||
"$ESCALATION_TOOL" "$PACKAGER" --non-interactive install podman-compose
|
||||
;;
|
||||
pacman)
|
||||
"$ESCALATION_TOOL" "$PACKAGER" -S --noconfirm podman-compose
|
||||
"$ESCALATION_TOOL" "$PACKAGER" -S --noconfirm --needed podman-compose
|
||||
;;
|
||||
dnf)
|
||||
"$ESCALATION_TOOL" "$PACKAGER" install -y podman-compose
|
||||
|
|
Loading…
Reference in New Issue
Block a user