Skip to content

Commit

Permalink
Don't run (make install.libseccomp.sudo) on Ubuntu
Browse files Browse the repository at this point in the history
A part of #134 ,
recommended in #137 (comment) .

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
  • Loading branch information
mtrmac committed Jun 14, 2022
1 parent 3b7cebd commit f2cbf4d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cache_images/podman_tooling.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ lilto $SUDO ./hack/install_catatonit.sh
bigto $SUDO make install.tools

# shellcheck disable=SC2154
if [[ "$OS_RELEASE_ID" == "ubuntu" ]]; then
lilto $SUDO make install.libseccomp.sudo
else # Fedora
if [[ "$OS_RELEASE_ID" == "fedora" ]]; then
msg "Installing swagger binary"
download_url=$(\
curl -s https://api.github.com/repos/go-swagger/go-swagger/releases/latest | \
Expand Down

0 comments on commit f2cbf4d

Please sign in to comment.