Skip to content

A way to upgrade open source operating systems

License

Notifications You must be signed in to change notification settings

0flux/eos-upgrade

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Upgrade

A way to upgrade open-source operating systems.

Screenshot

Building, Testing, and Installation

You'll need the following dependencies:

  • meson
  • gettext
  • libgranite-dev
  • libgtk-3-dev
  • libpolkit-gobject-1-dev
  • valac

Run meson build to configure the build environment. Change to the build directory and run ninja test to build and run automated tests.

meson build --prefix=/usr
cd build
ninja test

To install, use ninja install, then execute with io.elementary.upgrade.

sudo ninja install
io.elementary.upgrade

You can also use --test mode for development to disable destructive behaviors like modifying sources, installing and restarting:

io.elementary.upgrade --test

For debug messages, set the G_MESSAGES_DEBUG environment variable, e.g. to all:

G_MESSAGES_DEBUG=all io.elementary.upgrade

About

A way to upgrade open source operating systems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vala 86.2%
  • Python 8.5%
  • Meson 5.3%