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 if it is not installed already. Co-authored-by: nyx <nnyyxxxx@protonmail.com>
This commit is contained in:
parent
95aed8127f
commit
fe8627711e
|
@ -29,7 +29,7 @@ install_podman() {
|
|||
"$ESCALATION_TOOL" "$PACKAGER" --non-interactive install podman
|
||||
;;
|
||||
pacman)
|
||||
"$ESCALATION_TOOL" "$PACKAGER" -S --noconfirm podman
|
||||
"$ESCALATION_TOOL" "$PACKAGER" -S --noconfirm --needed podman
|
||||
;;
|
||||
dnf)
|
||||
"$ESCALATION_TOOL" "$PACKAGER" install -y podman
|
||||
|
|
Loading…
Reference in New Issue
Block a user