[vite] remove apt autoremove

This commit is contained in:
axolotle 2022-12-10 17:23:12 +01:00
parent a1e25bd1c2
commit 4f87cbce82

View file

@ -334,8 +334,7 @@ EOF
then then
info "Installing node v14..." info "Installing node v14..."
curl -fsSL https://deb.nodesource.com/setup_14.x | bash - curl -fsSL https://deb.nodesource.com/setup_14.x | bash -
apt install nodejs apt install nodejs -y
apt autoremove
# to return to nodejs debian version # to return to nodejs debian version
# apt purge nodejs && rm -r /etc/apt/sources.list.d/nodesource.list && apt install nodejs # apt purge nodejs && rm -r /etc/apt/sources.list.d/nodesource.list && apt install nodejs
fi fi