How to upgrade Atom Editor on Linux?

前端 未结 16 701
醉梦人生
醉梦人生 2021-01-30 15:32

What is the best way to upgrade atom on Linux Ubuntu ? I install atom using official doc

  git clone https://github.com/atom/atom
  cd atom
  script/build
  sudo         


        
16条回答
  •  面向向阳花
    2021-01-30 16:10

    For debian I have created a bash script which does the following:

    • Check with https://api.github.com and dpkg if atom is installed and/or up-to date.
    • Download and install the atom.deb from github if needed.
    • Provide a --beta switch if somebody wants to maintain the beta version as well.

    Fell free to use it, it is located here: https://gist.github.com/rumpelsepp/8a953d6c092cbeb043695cfada114bef

提交回复
热议问题