From 5f42bf15e5dcac3deebd6617d0e771b687701659 Mon Sep 17 00:00:00 2001 From: gryf Date: Fri, 9 Apr 2021 10:03:47 +0200 Subject: [PATCH] Don't hold the packages, comment out completions, which are not there yet. --- bootstrap.sh | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index f4ef4b2..fb9126a 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -163,11 +163,11 @@ ubuntu() { ;; esac - # 0. hold - those doesn't matter, since we never get to the point when - # reboot is needed. - sudo apt-mark hold linux-headers-generic linux-headers-virtual \ - linux-image-virtual linux-virtual cryptsetup-initramfs \ - busybox-initramfs cloud-init initramfs-tools + ## 0. hold - those doesn't matter, since we never get to the point when + ## reboot is needed. + #sudo apt-mark hold linux-headers-generic linux-headers-virtual \ + # linux-image-virtual linux-virtual cryptsetup-initramfs \ + # busybox-initramfs cloud-init initramfs-tools # 1. update sudo apt update && sudo apt -y upgrade @@ -279,8 +279,9 @@ common_conf() { echo "alias kss='kubectl -n kube-system'" echo "alias pods='kubectl get pods -A -o wide'" echo "alias deploys='kubectl get deployments -A -o wide'" - echo "source ~/devstack/openrc admin admin >/dev/null 2>/dev/null" - echo "source <(kubectl completion bash)" + echo "# uncomment after successful deployment" + echo "#source ~/devstack/openrc admin admin >/dev/null 2>/dev/null" + echo "#source <(kubectl completion bash)" } >> ~/.bashrc if [ ! -d ~/.vim ]; then