From a79981f6caca933ab82cd7c15d39e7570b11d64d Mon Sep 17 00:00:00 2001 From: Mario Alegre Date: Mon, 18 May 2020 22:40:13 -0500 Subject: [PATCH] fix install script --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index a6f050c..3cc856e 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ if [[ $distro == "Debian" ]]; then echo "Error: failed to detect release" exit 1 fi - echo "deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/Debian_$release/ /" > /etc/apt/sources.list.d/podman.list + sudo 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 - sudo apt update -y