# script **Repository Path**: storezhang/script ## Basic Information - **Project Name**: script - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-02 - **Last Updated**: 2026-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # `脚本` 能用脚本 ## 脚本嵌入 ### `wget` ```shell source <(wget --quiet --output-document=- https://gitee.com/storezhang/script/raw/main/apt/install.sh) ``` ### `curl` ```shell source <(curl -sSL https://gitee.com/storezhang/script/raw/main/apt/install.sh) ```