Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linux-config
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Harbor Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Walmes Marques Zeviani
linux-config
Commits
e8a8ff82
Commit
e8a8ff82
authored
1 year ago
by
Walmes Marques Zeviani
Browse files
Options
Downloads
Patches
Plain Diff
Installs VS Code.
parent
64282d4a
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
install_ubuntu_quick.sh
+13
-0
13 additions, 0 deletions
install_ubuntu_quick.sh
with
13 additions
and
0 deletions
install_ubuntu_quick.sh
+
13
−
0
View file @
e8a8ff82
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment