diff --git a/install.sh b/install.sh index 0bbeccf..a6f050c 100755 --- a/install.sh +++ b/install.sh @@ -18,8 +18,8 @@ if [[ $distro == "Debian" ]]; then echo "deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/Debian_$release/ /" > /etc/apt/sources.list.d/podman.list curl -L https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/Debian_$release/Release.key | sudo apt-key add - - apt update -y - apt install -y podman + sudo apt update -y + sudo apt install -y podman else echo "Error: failed to detect distro" exit 1