# script-install **Repository Path**: theyn/script-install ## Basic Information - **Project Name**: script-install - **Description**: 自动安装软件 Ubuntu20.04 系统ROS开发 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-17 - **Last Updated**: 2024-10-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 给文件添加执行权限(需要 root 权限):sudo chmod +x install.sh 执行文件:./install.sh # 自动 yes 选项 --force-yes apt-get -y --force-yes install 包名 apt-get install xxx -y --force-yes (注:xxx 为具体安装软件名称)