From 90e23427e1dea9b10e5363a7f5e6955b385a3d49 Mon Sep 17 00:00:00 2001 From: j Date: Tue, 15 Aug 2017 13:32:47 +0200 Subject: [PATCH] stretch works best with zesty builds --- vm/LXC_README.txt | 4 ++-- vm/pandora_install.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vm/LXC_README.txt b/vm/LXC_README.txt index 6e7e8ae3..e8344191 100644 --- a/vm/LXC_README.txt +++ b/vm/LXC_README.txt @@ -15,8 +15,8 @@ 4) Attach to container and install pan.do/ra sudo lxc-attach -n pandora --clear-env - apt-get update -qq - apt-get -y install curl + apt-get update -qq && apt-get upgrade -y + apt-get -y install curl ca-certificates sed -i s/ubuntu/pandora/g /etc/passwd /etc/shadow /etc/group mv /home/ubuntu /home/pandora echo "pandora:pandora" | chpasswd diff --git a/vm/pandora_install.sh b/vm/pandora_install.sh index f0b691f2..c85e482f 100755 --- a/vm/pandora_install.sh +++ b/vm/pandora_install.sh @@ -18,7 +18,7 @@ else SYSTEMD="no" fi if [ -z "$UBUNTU_CODENAME" ]; then - UBUNTU_CODENAME=xenial + UBUNTU_CODENAME=zesty fi export DEBIAN_FRONTEND=noninteractive echo "deb http://ppa.launchpad.net/j/pandora/ubuntu ${UBUNTU_CODENAME} main" > /etc/apt/sources.list.d/j-pandora.list