Skip to content
Snippets Groups Projects
Commit e8a8ff82 authored by Walmes Marques Zeviani's avatar Walmes Marques Zeviani
Browse files

Installs VS Code.

parent 64282d4a
No related branches found
No related tags found
No related merge requests found
......@@ -321,6 +321,19 @@ sudo apt install -y lsp-plugins
sudo snap install --classic code
# Update Packages
sudo apt update
sudo apt install software-properties-common apt-transport-https wget
# Import wget Command
wget -q https://packages.microsoft.com/key/microsoft.asc -O- | sudo apt-key add -
# Install Repository Dependencies
sudo add-apt-repository "deb [arch=intel64] https://packages.microsoft.com/repos/vscode stable main"
# Install by using the apt Command
sudo apt install code
#-----------------------------------------------------------------------
# Telegram Desktop.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment