LingmoOS / lingmo-settings

The system settings application for LingmoOS uses LingmoUI as the interface style
GNU General Public License v3.0
3 stars 6 forks source link

[feat.] 更新系统设置的更新功能 Update the System Update function in Settings App #12

Closed elysia-best closed 4 weeks ago

elysia-best commented 7 months ago

Description:

To streamline the updating process, we need to implement a workflow that automatically downloads, extracts, and installs an update package named update-pkg.polaris.upimg.tar.xz. This package contains several .deb files and their dependencies, which need to be correctly installed on the system.

Detailed Steps:

  1. Download the Update Package: The update package named update-pkg.polaris.upimg.tar.xz needs to be downloaded from our server.

  2. Extract the Update Package: After downloading, the package should be extracted to the /var/lingmo/update/ directory. This step needs to ensure that all .deb files and their dependencies are properly extracted.

  3. Install .deb Files: Use the apt command to install all .deb files in the /var/lingmo/update/ directory. This process should resolve all dependency issues to ensure that all packages are correctly installed.

Objectives:

Required Skills:

Considerations:

Expected Delivery Date:

[Please fill in the desired completion date]

elysia-best commented 4 weeks ago

Now this is an standalone app called lingmo-updator. Close this issue.