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
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue