From bc3d4ef24859583d8bd90f25314e6e71091719a3 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Fri, 23 Nov 2018 10:18:00 +0100 Subject: [PATCH] "update-command-not-found" is deprecated --- bootstrap-root.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bootstrap-root.sh b/bootstrap-root.sh index 1eaf179..4185049 100755 --- a/bootstrap-root.sh +++ b/bootstrap-root.sh @@ -6,8 +6,7 @@ bash -c "apt update && apt dist-upgrade && \ apt install bash-completion locales man mc elinks git zsh curl neovim byobu htop \ command-not-found apt-file apt-transport-https ca-certificates software-properties-common \ python3-venv python3 libpython-dev libpython3-dev cmake clang build-essential && \ - apt-file update && \ - update-command-not-found" + apt-file update" # node related curl -RLSsf1 https://deb.nodesource.com/setup_10.x | bash -