Browse Source

working on install script

feature/startup-from-labels
Mario Alegre 5 years ago
parent
commit
095a564e2a
  1. 2
      install.sh

2
install.sh

@ -15,7 +15,7 @@ if [[ $distro == "Debian" ]]; then
echo "Error: failed to detect release"
exit 1
fi
sudo echo "deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/Debian_$release/ /" > /etc/apt/sources.list.d/podman.list
echo "deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/Debian_$release/ /" | sudo tee /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

Loading…
Cancel
Save