Skip to content

Commit

Permalink
Actualizada guía de Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
argenisosorio committed Nov 6, 2024
1 parent 3218648 commit f262ede
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions GNU-Linux-Comandos.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6961,11 +6961,11 @@ Instalar Sublime Text con apt

Install the GPG key:

wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
$ wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -

Ensure apt is set up to work with https sources:

sudo apt-get install apt-transport-https
$ sudo apt-get install apt-transport-https

Select the channel to use:

Expand All @@ -6979,9 +6979,9 @@ echo "deb https://download.sublimetext.com/ apt/dev/" | sudo tee /etc/apt/source

Update apt sources and install Sublime Text

sudo apt-get update
$ sudo apt-get update

sudo apt-get install sublime-text
$ sudo apt-get install sublime-text

Instalar Package Control
========================
Expand Down

0 comments on commit f262ede

Please sign in to comment.