Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

atom-updater

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atom-updater

Automatic updates (on Linux) for the Atom text editor

  • 0.3.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

atom-updater

Install

$ sudo npm install --global atom-updater

Usage

$ atom-updater

Auto Pilot (for systemd)

Create two files: one for the service, and another for a timer to run it.

Service

/etc/systemd/system/atom-updater.service

You may need to adjust the path to atom-updater if you're using nvm or another method of global installing the package.

[Unit]
Description=Atom Updater

[Service]
Type=oneshot
ExecStart=/bin/sh -c "atom-updater"

[Install]
WantedBy=multi-user.target
Timer

/etc/systemd/system/atom-updater.timer

[Unit]
Description=Atom Updater

[Timer]
Persistent=true
OnUnitActiveSec=30m
OnBootSec=30m

[Install]
WantedBy=timers.target

Next, enable the timer service, sit back, and relax as your atom will forever auto-update.

$ sudo systemctl enable atom-updater.timer

FAQs

Package last updated on 25 Jun 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc