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 -