# lingmo-updator **Repository Path**: LingmoOS/updator ## Basic Information - **Project Name**: lingmo-updator - **Description**: System update tool for LingmoOS, using LingmoUI. - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-01-19 - **Last Updated**: 2024-01-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LingmoOS Updator LingmoOS system update tool. ## Dependency package Debian/Ubuntu Dependency: ```shell sudo apt install cmake libqapt-dev ``` ## Build ```shell mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr .. make sudo make install ``` ## License This project has been licensed by GPLv3.