Fixing bug
This commit is contained in:
parent
cb23c6cad9
commit
40488769c6
5 changed files with 7 additions and 5 deletions
2
setup/programs/package_manager/apt/others/nodejs.sh
Normal file
2
setup/programs/package_manager/apt/others/nodejs.sh
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
curl -fsSL https://deb.nodesource.com/setup_21.x | sudo -E bash - &&\
|
||||
sudo apt-get install -y nodejs
|
||||
|
|
@ -11,7 +11,7 @@ function install {
|
|||
|
||||
|
||||
|
||||
apt_packages = (curl exfat-utils git htop tmux gimp inkscape texlive-full stow vlc blender gparted docker.io docker-compose python3-pip wget tree)
|
||||
apt_packages = (curl exfat-utils git htop tmux gimp inkscape texlive-full stow vlc blender gparted docker.io docker-compose python3-pip wget tree universal-ctags)
|
||||
|
||||
sudo apt update
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue