set +e install.sh
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
if [ -z "$(which podman 2>/dev/null)" ]
|
if [ -z "$(which podman 2>/dev/null)" ]
|
||||||
then
|
then
|
||||||
sudo apk add podman
|
sudo apk add podman
|
||||||
|
|||||||
Reference in New Issue
Block a user