helloSystem / Utilities

Utilities written in PyQt5, meant for use with helloSystem
BSD 2-Clause "Simplified" License
28 stars 29 forks source link

Install Debian Runtime: Make it possible to update the runtime #125

Open probonopd opened 2 years ago

probonopd commented 2 years ago

Install Debian Runtime: Make it possible to update the runtime (by downloading a new image and replacing the old one). Currently one has to do:

sudo service debian stop
sudo rm /compat/debian.img

and then run the Install Debian Runtime utility. Instead, we should ask the user whether we should do this, and then do it.