Add VSCode
This commit is contained in:
parent
54bf302536
commit
8c3393cf90
1 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,9 @@ then
|
|||
# Uninstall Firefox
|
||||
sudo snap remove firefox && rm -r $HOME/snap/firefox
|
||||
|
||||
# Install VSCode
|
||||
sudo snap install code --classic -y
|
||||
|
||||
# Install Spotify
|
||||
bash installSpotify.sh
|
||||
|
||||
|
|
Reference in a new issue