# init-os **Repository Path**: haogooder/init-os ## Basic Information - **Project Name**: init-os - **Description**: 初始化系统脚本 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-15 - **Last Updated**: 2026-03-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # init-os ### 使用 #### ubuntu24 初始化 1. 配置 APT 源 2. 更新软件包索引,安装openssh和vim 3. 配置sshd 4. 安装git 5. 修改时区 6. 修改 root 密码 ```bash # wget进行ubuntu24初始化 wget -qO- https://example.com/script.sh | bash # curl进行ubuntu24初始化 curl -fsSL https://gitee.com/haogooder/init-os/raw/master/ubuntu24.sh | bash ``` #### node24安装 ```bash wget -qO- https://gitee.com/haogooder/init-os/raw/master/node/node24.sh | bash ```