mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
[vite] remove apt autoremove
This commit is contained in:
parent
a1e25bd1c2
commit
4f87cbce82
1 changed files with 1 additions and 2 deletions
3
ynh-dev
3
ynh-dev
|
@ -334,8 +334,7 @@ EOF
|
|||
then
|
||||
info "Installing node v14..."
|
||||
curl -fsSL https://deb.nodesource.com/setup_14.x | bash -
|
||||
apt install nodejs
|
||||
apt autoremove
|
||||
apt install nodejs -y
|
||||
# to return to nodejs debian version
|
||||
# apt purge nodejs && rm -r /etc/apt/sources.list.d/nodesource.list && apt install nodejs
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue