# sunrise-tools **Repository Path**: ersut/sunrise-tools ## Basic Information - **Project Name**: sunrise-tools - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-19 - **Last Updated**: 2024-01-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # sunrise-tools ## ubuntu运行环境 需要依赖FUSE 具体参考:https://github.com/AppImage/AppImageKit/wiki/FUSE Ubuntu (>= 22.04): ``` sudo add-apt-repository universe sudo apt install libfuse2 ``` Ubuntu (<= 21.10): ``` sudo apt install fuse libfuse2 sudo modprobe fuse sudo groupadd fuse user="$(whoami)" sudo usermod -a -G fuse $user ``` 运行 appimage 文件 ``` chmod +x *.AppImage ./name.AppImage ``` #### 版本 [1.0.5](https://gitee.com/ersut/sunrise-tools/releases/tag/v1.0.5) [1.0.3](https://gitee.com/ersut/sunrise-tools/releases/tag/v1.0.3) [1.0.2](https://gitee.com/ersut/sunrise-tools/releases/tag/release-v1.0.2)