Skip to content

Commit

Permalink
Merge pull request #44 from ericsullivan/develop-atom-source
Browse files Browse the repository at this point in the history
add atom source
  • Loading branch information
thebugcatcher authored Oct 9, 2020
2 parents 17a2db5 + 2a26629 commit 25b8424
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion priv/tools/6_atom/201907072045/tool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,11 @@ os_commands:
description: Install Atom using Apt-Get
up:
main:
command: sudo apt-get install -y atom
command: |
wget -qO - https://packagecloud.io/AtomEditor/atom/gpgkey | sudo apt-key add -
sudo sh -c 'echo "deb [arch=amd64] https://packagecloud.io/AtomEditor/atom/any/ any main" > /etc/apt/sources.list.d/atom.list'
sudo apt-get update
sudo apt-get install -y atom
success: true
down:
main:
Expand Down

0 comments on commit 25b8424

Please sign in to comment.