added snapd to setup-tv and vs-code to dev-machine

This commit is contained in:
Hector FROHLICH CORTEZ 2021-09-17 00:41:06 +02:00
parent 9bcdc159af
commit 3d4c1ab6e7
2 changed files with 6 additions and 4 deletions

View File

@ -11,10 +11,9 @@ Type=Applicaton
Exec=xscreensaver -nosplash
EOF
wget -qO- https://raw.githubusercontent.com/Botspot/pi-apps/master/install | bash
mkdir $HOME/dev/scripts/install
cd $HOME/dev/scripts/install
wget -qO- https://raw.githubusercontent.com/Botspot/pi-apps/master/install | bash
# install snapd
sudo apt-get install snapd -y

View File

@ -1,5 +1,8 @@
#!/usr/bin/env bash
# install vs code
sudo apt-get install code -y
# Instalar NVM, NodeJS, npm e yarn para desenvolvimento JS (Angular, Vue, etc)
# Referencias:
# - https://yarnpkg.com/getting-started/install