junikimm717 3 years ago
parent
commit
1abb702a79
  1. 2
      user_ubuntu.sh

2
user_ubuntu.sh

@ -26,7 +26,7 @@ usertest() {
dev() {
echo "Developer tools..."
sudo snap install nvim --classic
sudo apt-get update && sudo apt-get install nodejs
sudo apt-get update -y && sudo apt-get install -y nodejs
}

Loading…
Cancel
Save