All Projects → simonkberg → Atom Check Updates

simonkberg / Atom Check Updates

Licence: mit
A CLI for easily updating Atom to the latest version on RPM or Debian-based systems.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Atom Check Updates

Wordops
Install and manage a high performance WordPress stack with a few keystrokes
Stars: ✭ 649 (+8012.5%)
Mutual labels:  cli, debian
Opi
OBS Package Installer (CLI)
Stars: ✭ 64 (+700%)
Mutual labels:  cli, rpm
Fpm Within Docker
Leverage fpm inside pre-baked docker images in order to build and test native DEB and RPM packages.
Stars: ✭ 80 (+900%)
Mutual labels:  debian, rpm
rabbitmq-server-release
RabbitMQ packaging and release engineering bits that do not belong to the Concourse pipelines.
Stars: ✭ 13 (+62.5%)
Mutual labels:  debian, rpm
Php 7 Debian
Install PHP 7 on Debian/Ubuntu
Stars: ✭ 361 (+4412.5%)
Mutual labels:  cli, debian
Boostnote-packages
Repo containing .rpm, .deb and Boostnote app folder
Stars: ✭ 31 (+287.5%)
Mutual labels:  debian, rpm
Fnt
apt for fonts, the missing font manager for macOS/linux
Stars: ✭ 187 (+2237.5%)
Mutual labels:  cli, debian
Open Build Service
Build and distribute Linux packages from sources in an automatic, consistent and reproducible way #obs
Stars: ✭ 599 (+7387.5%)
Mutual labels:  debian, rpm
Vlany
Linux LD_PRELOAD rootkit (x86 and x86_64 architectures)
Stars: ✭ 804 (+9950%)
Mutual labels:  cli, debian
Ngx mruby Package Builder
Package Builder of ngx_mruby with Docker
Stars: ✭ 25 (+212.5%)
Mutual labels:  rpm
Wufei
Async Kuberenetes Namespace Log Recorder / Streamer
Stars: ✭ 27 (+237.5%)
Mutual labels:  cli
Atomic Chrome
Edit Chrome textareas in Atom
Stars: ✭ 930 (+11525%)
Mutual labels:  atom
Pol
pol /pɵl/ is a modern command line password manager with deniable encryption
Stars: ✭ 25 (+212.5%)
Mutual labels:  cli
Worker Threads Nodejs
Benchmark nodeJS worker threads for calculating prime numbers, using various dataStructures
Stars: ✭ 27 (+237.5%)
Mutual labels:  cli
Inquirer Checkbox Plus Prompt
Checkbox with autocomplete and other additions for Inquirer
Stars: ✭ 25 (+212.5%)
Mutual labels:  cli
Elodie
An EXIF-based photo assistant, organizer, manager and workflow automation tool.
Stars: ✭ 840 (+10400%)
Mutual labels:  cli
Laminas Cli
Console command runner, exposing commands written in Laminas MVC and Mezzio components and applications
Stars: ✭ 25 (+212.5%)
Mutual labels:  cli
Stegify
🔍 Go tool for LSB steganography, capable of hiding any file within an image.
Stars: ✭ 927 (+11487.5%)
Mutual labels:  cli
Tb Cli
🛠️ CLI for rapid TB generate
Stars: ✭ 8 (+0%)
Mutual labels:  cli
Sysadmintools
Acorn's Server, Workstation, & VM Cluster Automation & Documentation
Stars: ✭ 7 (-12.5%)
Mutual labels:  debian

DEPRECATED

Use the official linux package repositories from atom instead: https://flight-manual.atom.io/getting-started/sections/installing-atom/

atom-check-updates Travis npm package

A CLI for easily updating Atom to the latest version on RPM or Debian-based systems.

npm install --global atom-check-updates

Inspired by atom-updater, which sadly doesn't work with atom versions past 1.7.x

how to use

$ acu -h # or atom-check-updates

  Usage: acu [options]

  Options:

    -h, --help       output usage information
    -b, --beta       Check for beta releases
    -y, --force-yes  Update without user confirmation

# check for latest stable release (prompt for update)
$ acu
# check for latest beta release (prompt for update)
$ acu --beta
# update to latest beta, if a new version is available,
# without asking for confirmation
$ acu --beta --force-yes

license

MIT © 2016-2017 Simon Kjellberg

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].