Skip to content

Commit

Permalink
added install-sublime-text.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
VectorCell committed Aug 10, 2020
1 parent ce6de56 commit 90e870d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions install-sublime-text.sh
@@ -0,0 +1,7 @@
#!/bin/bash

cd ~/Programs

wget -q https://download.sublimetext.com/sublimehq-pub.gpg
sudo apt-key add sublimehq-pub.gpg
sudo apt update && sudo apt install sublime-text

0 comments on commit 90e870d

Please sign in to comment.