From 3d4c1ab6e7996233c7ebff641fdf69baabf7ce84 Mon Sep 17 00:00:00 2001 From: Hector FROHLICH CORTEZ Date: Fri, 17 Sep 2021 00:41:06 +0200 Subject: [PATCH] added snapd to setup-tv and vs-code to dev-machine --- setup-TV.sh | 7 +++---- setup-dev-machine.sh | 3 +++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/setup-TV.sh b/setup-TV.sh index 14875bc..5584176 100644 --- a/setup-TV.sh +++ b/setup-TV.sh @@ -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 \ No newline at end of file diff --git a/setup-dev-machine.sh b/setup-dev-machine.sh index b666801..4cfafa3 100644 --- a/setup-dev-machine.sh +++ b/setup-dev-machine.sh @@ -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