AnduinOS Auto Update System #105
-
Does AnduinOS already have embedded updates system in it when there is a new commit in the repository so I don't have to re-download the ISO file when there is an important update? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 8 replies
-
No, you don't need to install the iso image again to upgrade, and yes AnduinOS can updated in gnome store(idk what to call him) |
Beta Was this translation helpful? Give feedback.
-
When there is an important bug fix\security issue, simply run: sudo apt update
sudo apt upgrade
do_anduinos_upgrade That's it. You don't have to download a new ISO. |
Beta Was this translation helpful? Give feedback.
-
Is it planned to implement an easy-to-use tool without command lines to alert us about security updates, so that we can use the OS in production, please? |
Beta Was this translation helpful? Give feedback.
-
Making it similar to the Mint updater would be a great move, as I agree the tray feature is preferred. |
Beta Was this translation helpful? Give feedback.
When there is an important bug fix\security issue, simply run:
That's it. You don't have to download a new ISO.